embed-images icon indicating copy to clipboard operation
embed-images copied to clipboard

embed image files in markdown as base64

Results 4 embed-images issues
Sort by recently updated
recently updated
newest added

considering [Node Documentation](https://nodejs.org/api/process.html#process_process_exit_code) I added success and failure codes

Tried it on windows 10 having one file test.md containing one line to reference image in the same directory `![some file](.\UMS.png)` then run the tool `embed-images test.md -o o.md` new...

I took the liberty to make your package al little more usefull works with jpg and png. no need for image on separate line no need for ![png](pic.png) library use...