All Projects → maxogden → inline-images

maxogden / inline-images

Licence: other
transforms html and replaces <img> tags with inline data URI driven images

Programming Languages

javascript
184084 projects - #8 most used programming language

inline-images

transforms html and replaces img tags with data URIs, e.g.<img src="foo.png"> tags with <img src="data:">

npm install inline-images -g
inline-images index.html > inlined.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].