Preview images within a base64 string. Copy/paste the string and see the image 💥
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:
- Fork the repo
- Create a new branch
- Do the work
- Fill a PR, assign it to you and, if possible, write a cool description
- Wait for the review
Don't be afraid to fill some issues, if you want! ❤️
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.