feat: add basic support for SVG generator.
Add heat map example.
This commit is contained in:
17
samples/HeatMap/package.json
Normal file
17
samples/HeatMap/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "HotMap",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.26.2",
|
||||
"dependencies": {
|
||||
"@tailwindcss/cli": "^4.1.18",
|
||||
"tailwindcss": "^4.1.18"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user