SnapInk is a tool that transforms your code into beautiful, print-ready images. It allows developers to easily customize, share, and showcase their code with style.
- Customizable Themes: Choose or create themes to make your code pop.
- Real-Time Syntax Highlighting: Instant highlighting for multiple programming languages.
- High-Resolution Exports: Save code snippets as PNG, SVG, or vector graphics.
- Snippet Templates: Predefined templates for common code structures.
- Multi-Language Support: Works with a wide range of programming languages.
- Custom Fonts - Choose from a range of fonts to give your snippets a personalized touch.
Whether you’re new to open source or a seasoned pro, your contributions can help bring SnapInk to the next level.
SnapInk is just getting started! Starring helps spread the word, and each contribution or feedback brings us closer to an even better tool. You can help shape SnapInk by suggesting features, fixing bugs, or refining its performance.
To run SnapInk locally using Flutter Web, follow these steps:
-
Clone the Repository
git clone https://github.com/ildysilva/SnapInk.git cd SnapInk
-
Install Flutter Follow the instructions on the Flutter official website.
-
Get Dependencies
flutter pub get
-
Run the Project
flutter run -d chrome
- Fork the Repository: Create your copy.
- Create a Branch:
git checkout -b my-feature-branch
- Make Changes: Implement your feature or fix.
- Commit Changes:
git commit -m "Add a new feature"
- Push to Your Fork:
git push origin my-feature-branch
- Create a Pull Request: Submit your changes for review.
Let SnapInk be part of your coding journey—don’t forget to star and share with your dev community!