mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-09 17:01:01 +00:00
24 lines
480 B
JSON
24 lines
480 B
JSON
{
|
|
"name": "fabric.js",
|
|
"version": "1.4.3",
|
|
"homepage": "https://github.com/kangax/fabric.js",
|
|
"authors": [
|
|
"kangax"
|
|
],
|
|
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
|
|
"main": "./dist/all.min.js",
|
|
"keywords": [
|
|
"canvas",
|
|
"graphic",
|
|
"graphics",
|
|
"SVG",
|
|
"node-canvas",
|
|
"parser",
|
|
"HTML5",
|
|
"object model"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": [
|
|
"./dist/fabric.js"
|
|
]
|
|
}
|