jellybubbleeffect-santoso
Version:
This repository demonstrates a simple implementation of a jelly bubble effect using JavaScript. It creates a canvas element and draws multiple bubbles with a jelly-like animation.
41 lines (40 loc) • 977 B
JSON
{
"name": "jellybubbleeffect-santoso",
"version": "1.5.3",
"description": "This repository demonstrates a simple implementation of a jelly bubble effect using JavaScript. It creates a canvas element and draws multiple bubbles with a jelly-like animation.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/santoso-b/JellyBubbleEffect.git"
},
"keywords": [
"sample",
"npm",
"package",
"tea",
"beverage",
"drink",
"chai",
"herbal",
"oolong"
],
"author": "santoso-b",
"license": "Apache-2.0",
"dependencies": {
"lodash": "^4.17.21",
"axios": "^0.21.1",
"tea-parser": "^1.0.0",
"tea-validator": "^2.0.0",
"tea-logger": "^3.1.0",
"tea-router": "^4.2.0",
"tea-utils": "^5.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"tea-ui": "^3.0.0",
"tea-icons": "^2.1.0",
"tea-theme": "^1.2.0"
}
}