aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2018-12-13 19:22:24 +0300
committerYaroslav <contact@yaroslavps.com>2018-12-13 19:22:24 +0300
commit2fb04440660884530cea1bbb5d89147783f84235 (patch)
tree5a85037ce06e8320af22fe712c87298e4c2a7fef
downloadcanvas-antics-2fb04440660884530cea1bbb5d89147783f84235.tar.gz
canvas-antics-2fb04440660884530cea1bbb5d89147783f84235.zip
init commit
-rw-r--r--.gitignore1
-rw-r--r--README.md3
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.