adding recBubbles

adding common module
This commit is contained in:
Sheldan
2024-04-01 11:58:59 +02:00
parent 5e995525c2
commit 24d1ba2b3c
9 changed files with 1604 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "canvas-common",
"version": "1.0.0",
"description": "",
"main": "common.js",
"private": true,
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}