Skip to content

mycelial-systems/stringify

Repository files navigation

stringify

tests types semantic versioning Common Changelog install size license

Create a small base64-encoded string representation of an image.

install

npm i -D @substrate-system/stringify

use

This writes to stdout. Use shell redirection to write to a file, etc.

text file

npx stringify ./my-file.jpeg > base64.txt

clipboard

On macos, this will copy the output to the OS clipboard

npx stringify ./my-file.jpeg | pbcopy

About

Create base64 encoded strings.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Generated from nichoth/template-ts