This commit is contained in:
1288
2026-06-08 21:26:47 +08:00
commit e6189144d7
6059 changed files with 1254006 additions and 0 deletions

26
bourse_app/node_modules/fancy-canvas/package.json generated vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "fancy-canvas",
"version": "2.1.0",
"author": "smakarov@tradingview.com",
"description": "Functionality on top of HTML canvas element, including support for HiDPI and pixel-perfect rendering",
"keywords": [
"html",
"canvas",
"graphics",
"hidpi",
"pixel-perfect"
],
"license": "MIT",
"exports": {
"import": "./index.mjs",
"require": "./index.js"
},
"module": "./index.mjs",
"type": "commonjs",
"files": [
"**/*.mjs",
"**/*.d.mts",
"**/*.js",
"**/*.d.ts"
]
}