Skip to content

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

Notifications You must be signed in to change notification settings

max-mapper/inline-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inline-images

by default downloads and replaces remote image links with local paths

change cli.js to use ./index.js to transform html and replace 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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published