mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 13:37:05 +02:00
chore(v2): fix lint, tweak lqip-loader utils comment (#2563)
This commit is contained in:
parent
97125ada32
commit
92729af0ab
4 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ import path from 'path';
|
|||
import Vibrant from 'node-vibrant';
|
||||
|
||||
// @ts-ignore
|
||||
import {toPalette, toBase64, toPropertyString} from '../utils';
|
||||
import {toPalette, toBase64} from '../utils';
|
||||
// @ts-ignore
|
||||
import lqip from '../lqip';
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ const sortBy = require('lodash.sortby');
|
|||
* @description it returns a Base64 image string with required formatting
|
||||
* to work on the web (<img src=".." /> or in CSS url('..'))
|
||||
*
|
||||
* @param extension: image file extension
|
||||
* @param extMimeType: image mime type string
|
||||
* @param data: base64 string
|
||||
* @returns {string}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue