jlozovei / base64-preview

Display images within a base64 string

Home Page:https://jlozovei.github.io/base64-preview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64 Preview

Preview images within a base64 string. Copy/paste the string and see the image πŸ’₯

Available at jlozovei.github.io/base64-preview.

πŸ’Ž Stack

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).

πŸ“ Contributing

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! ❀️

πŸ’» Developing

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

πŸ” License

Licensed under the MIT.

About

Display images within a base64 string

https://jlozovei.github.io/base64-preview/

License:MIT License


Languages

Language:JavaScript 49.8%Language:CSS 30.2%Language:HTML 20.0%