0.0.0 • Published 1 year ago

@bicycle-codes/stringify v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

stringify

tests types semantic versioning license

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
0.0.0

1 year ago