https://github.com/ebraminio/flutter_variable_font_animation_demo
https://github.com/ebraminio/flutter_variable_font_animation_demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ebraminio/flutter_variable_font_animation_demo
- Owner: ebraminio
- Created: 2023-09-17T10:31:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T11:41:39.000Z (over 1 year ago)
- Last Synced: 2025-02-13T00:29:40.259Z (3 months ago)
- Language: JavaScript
- Size: 5.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# variable_font_animation_demo
Variable Font Animation
## Getting Started
Anicons fonts are coming from https://github.com/Typogram/Anicons/releases/tag/1.0
lottie2vf-examples fonts are coming from https://github.com/simoncozens/lottie2vf/tree/main/examples
Maintainance script:
`rm -rf build-web-html build-web--canvaskit && flutter build web --web-renderer html --base-href '/flutter_variable_font_animation_demo/build-web-html/' && mv build/web build-web-html && flutter build web --web-renderer canvaskit --base-href '/flutter_variable_font_animation_demo/build-web-canvaskit/' && mv build/web build-web-canvaskit`