Skip to content

Commit 9090cff

Browse files
committed
Make animations with JavaScript and export as video
1 parent ac7a365 commit 9090cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Programmatic Animations
22

3-
Use code to make animated movies, using JavaScript and HTML Canvas.
3+
Make animations with JavaScript and export as video.
44

55
Export as WebM video files* and then use e.g. [VLC Media Player](https://www.videolan.org) to convert WebM to MP4 (File → Convert/Stream, MP4/MOV and MPEG-4 format).
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "programmatic-animations",
33
"version": "0.2.0",
4-
"description": "Use code to make animated movies",
4+
"description": "Make animations with JavaScript and export as video",
55
"author": "Tom Söderlund",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)