Contributors
Thank you to everyone who has contributed to FloImg. Your work makes this project possible.
How to Contribute
There are many ways to contribute to FloImg, regardless of your experience level.
Core Development
Help build new features, fix bugs, and improve the FloImg engine.
Good first issuesCreate Plugins
Build new generators to extend FloImg's capabilities with your favorite image libraries.
Plugin guideDocumentation
Improve guides, add examples, and help others learn to use FloImg effectively.
Doc issuesQuick Start for Contributors
# Clone the repository
git clone https://github.com/TeamFlojo/floimg.git
cd floimg
# Install dependencies
pnpm install
# Build all packages
pnpm -r build
# Run tests
pnpm -r test
# Start development
pnpm dev Ready to Contribute?
Check out our open issues and find something that interests you. Whether it's your first PR or your hundredth, we'd love to have you.