animation_tools 0.2.8 copy "animation_tools: ^0.2.8" to clipboard
animation_tools: ^0.2.8 copied to clipboard

A standardized command-line easy-to-use Dart tool for processing animations. Supported now: Spine.

example/main.dart

import 'package:animation_tools/spine/spine_animation_tools.dart';

void main() async {
  const sourcePath = './test/data/owl';
  const copyPath = './_output/owl_75';
  final tools = SpineAnimationTools(sourcePath);
  await tools.copy(copyPath);
  await tools.scale(0.75);
}
2
likes
160
points
54
downloads

Publisher

verified publishersyrokomskyi.com

Weekly Downloads

A standardized command-line easy-to-use Dart tool for processing animations. Supported now: Spine.

Repository (GitHub)
View/report issues
Contributing

Topics

#animation #cli #tools #transform #rename

Documentation

API reference

License

MIT (license)

Dependencies

args, image, json_dart, meta, path

More

Packages that depend on animation_tools