Preview images within a base64 string. Copy/paste the string and see the image :boom:
Available at jlozovei.github.io/base64-preview.
This site is create using Vanilla JS (ES6), with Webpack. It uses GitHub Pages.
| I’m using npm as the package manager, but feel free to use wether you want (npm | yarn). |
If you want to add some titles, follow the steps below:
Don’t be afraid to fill some issues, if you want! :heart:
After forking and cloning the project in your local environment, run the following commands:
# install dependencies
npm i
# or yarn
# run the project at localhost:9001
npm start
# or yarn start
Licensed under the MIT.