mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-08 05:42:34 +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
|
@ -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