Skip to content
Bijoy Kar edited this page Feb 15, 2023 · 3 revisions

Welcome to the emojis-pixel-art wiki!

Pixel Emojis

This project is open source pixel art of emojis. All pixel arts are made in 32x32 canvas. This Pixilart Album contains all the Pixel Art Emojis created by @iamBijoyKar. Use these as reference or you can use these in your project or elsewhere.

We welcome contributors warmly, we are encouraging everyone to contribute as much as possible. Even a little bit change of text is acceptable. Help us to grow this project. Please give a star ⭐ if you like this.

Features ✨

  1. Every emoji pixel art is made with 32x32 canvas
  2. Beginner Friendly project
  3. Easy contribution
  4. Medium detailed pixel art
  5. Open Source pixel art

Pixel Emoji Demo πŸ™Œ

Contribution πŸ‘¨β€πŸ’»

If you like to contribute then

  • Fork the project in your GitHub Repo
  • Copy the repo url and clone it in your local system
git clone <url of your repo>
  • Then enter in the project directory
cd emojis-pixel-art

If you have a different name of the project then use that name instead of emojis-pixel-art

  • Open the project in your code editor. If you are using VS Code then use this command
code .

Follow the Contribution Guidelines and make your changes.

  • After making your changes stage the changes by
git add .
  • Make a commit with message
git commit -m"your message"
  • Then push changes into your origin
git push origin master
  • Then make a pull request

If you are a beginner or don't know how to make a pull request then follow First Contribution.