Skip to content

bicycle-codes/stringify

Repository files navigation

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

About

Create base64 encoded strings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •