koni_jxl 0.1.4
koni_jxl: ^0.1.4 copied to clipboard
Pure Dart JPEG XL (JXL) codec — decode .jxl files to pixels and encode lossless .jxl, with zero native dependencies on every Dart/Flutter platform.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add koni_jxlWith Flutter:
$ flutter pub add koni_jxlThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
koni_jxl: ^0.1.4Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:koni_jxl/koni_jxl.dart';