@bicycle-codes/stringify
v0.0.0
Published
Create small base64-encoded strings.
Downloads
4
Readme
stringify
Create a small base64-encoded string representation of an image.
install
npm i -D @bicycle-codes/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