Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 0baa450

Browse files
committed
feat: convert core to js and remove the rest
1 parent 34cfe51 commit 0baa450

File tree

123 files changed

+3450
-156863
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+3450
-156863
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": ["react", "es2015"]
2+
"presets": ["es2015"]
33
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ literallycanvas/
44
node_modules/
55
*.log
66
package-lock.json
7+
.DS_Store
8+
lib/

demo/NODE_ENV.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

demo/bear.png

-27.5 KB
Binary file not shown.

demo/core_demo.html

Lines changed: 0 additions & 379 deletions
This file was deleted.

0 commit comments

Comments
 (0)