diff options
author | Yaroslav <contact@yaroslavps.com> | 2018-12-13 19:22:24 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2018-12-13 19:22:24 +0300 |
commit | 2fb04440660884530cea1bbb5d89147783f84235 (patch) | |
tree | 5a85037ce06e8320af22fe712c87298e4c2a7fef | |
download | canvas-antics-2fb04440660884530cea1bbb5d89147783f84235.tar.gz canvas-antics-2fb04440660884530cea1bbb5d89147783f84235.zip |
init commit
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.swp diff --git a/README.md b/README.md new file mode 100644 index 0000000..13134b8 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Random JS canvas experiments # + +Just some random scripts to generate cool animations on HTML5 canvas with JS. |