animation_tools 0.2.4 copy "animation_tools: ^0.2.4" to clipboard
animation_tools: ^0.2.4 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
0
points
50
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

Topics

#animation #cli #tools #transform #rename

License

unknown (license)

Dependencies

args, image, json_dart, meta, path

More

Packages that depend on animation_tools