Core package for Pepper Sprite file format handling and image operations.
- Pepper Sprite file format support
- Image operations and manipulation
Add pepper_sprite_core to your pubspec.yaml:
dependencies:
pepper_sprite_core: ^1.0.0Then run:
dart pub getimport 'package:pepper_sprite_core/pepper_sprite_core.dart';
// TODO: Add usage exampleContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.