swipelab_webp 1.0.0 copy "swipelab_webp: ^1.0.0" to clipboard
swipelab_webp: ^1.0.0 copied to clipboard

High-performance WebP image encoding for Dart using native libwebp via FFI. Supports both lossy and lossless compression with configurable quality.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add swipelab_webp

With Flutter:

 $ flutter pub add swipelab_webp

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  swipelab_webp: ^1.0.0

Alternatively, 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:swipelab_webp/swipelab_webp.dart';
0
likes
150
points
52
downloads

Documentation

API reference

Publisher

verified publisherswipelab.co

Weekly Downloads

High-performance WebP image encoding for Dart using native libwebp via FFI. Supports both lossy and lossless compression with configurable quality.

Repository (GitHub)
View/report issues

Topics

#image #webp #encoding #compression #ffi

License

MIT (license)

Dependencies

code_assets, ffi, hooks, logging, native_toolchain_c

More

Packages that depend on swipelab_webp