imaustink / gulp-inline-images

Gulp plugin for converting linked HTML images into base64 encoded inline images. Works with local and remote files.
4 stars 10 forks source link

Added possibility to add cheerio options #3

Closed appienvanveen closed 2 years ago

appienvanveen commented 6 years ago

Hi,

im using your plugin to make inline images for my Angular modules. However the original angular tags were set to lowercase; e.g.

<div *ngFor="let row of rows">

became

<div *ngfor="let row of rows">

I've added the possibility to add the cheerio options to your plugin so you can set the 'lowercasing' to false.

Hope you like it! :)

appienvanveen commented 6 years ago

If you want I can update the documentation as well :)