mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-07 16:00:59 +00:00
27 lines
495 B
JSON
27 lines
495 B
JSON
{
|
|
"name": "fabric.js",
|
|
"version": "1.4.5",
|
|
"homepage": "http://fabricjs.com",
|
|
"authors": [
|
|
"kangax", "Kienz"
|
|
],
|
|
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
|
|
"main": "./dist/fabric.min.js",
|
|
"ignore": [
|
|
"lib",
|
|
"src",
|
|
"test",
|
|
".*"
|
|
],
|
|
"keywords": [
|
|
"canvas",
|
|
"graphic",
|
|
"graphics",
|
|
"SVG",
|
|
"node-canvas",
|
|
"parser",
|
|
"HTML5",
|
|
"object model"
|
|
],
|
|
"license": "MIT"
|
|
}
|