Skip to content

odonckers/base64-to-image

 
 

Repository files navigation

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 from a base64 string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 49.8%
  • CSS 30.2%
  • HTML 20.0%