chore(v2): fix lint, tweak lqip-loader utils comment (#2563)

This commit is contained in:
Bartosz Kaszubowski 2020-04-08 19:08:58 +02:00 committed by GitHub
parent 97125ada32
commit 92729af0ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -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';

View file

@ -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}
*/