Closed appienvanveen closed 2 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! :)
If you want I can update the documentation as well :)
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">