Image-mixer is a NPM package that helps users to mix layers of images into a sigle file. Currently only works in node.js, but it will work on browsers in a near future!
This library will also help users with the maths if you want! If you assign a probability for each of your images or layers, it will tell you what's the probability or rareness of each of the generated images. (See the docs)
npm install image-mixer
- Write the library and make it work
- Write a README and publish it to NPM
- Add a good documentation
- Add Browser support
- Write and publish some examples to github.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
(Please make sure to run npm run lint
before opening a PR)
Distributed under the MIT License. See LICENSE for more information.