Built by the Community

FloImg is open source and built by developers like you. Join our community to contribute, learn, and shape the future of image workflows.

0 Stars
1+ Contributors
0 Forks

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 issues

Create Plugins

Build new generators to extend FloImg's capabilities with your favorite image libraries.

Plugin guide

Documentation

Improve guides, add examples, and help others learn to use FloImg effectively.

Doc issues

Spread the Word

Write blog posts, create tutorials, or share FloImg with your community.

Share on X

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