mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Version 1.5.0
This commit is contained in:
parent
a51e110f9e
commit
0e0816aca5
8 changed files with 573 additions and 655 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"globals": {
|
||||
"ActiveXObject": true,
|
||||
"Cufon": true,
|
||||
"define": true,
|
||||
"eventjs": true,
|
||||
"exports": true,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*! Fabric.js Copyright 2008-2015, Printio (Juriy Zaytsev, Maxim Chernyak) */
|
||||
|
||||
var fabric = fabric || { version: "1.4.13" };
|
||||
var fabric = fabric || { version: "1.5.0" };
|
||||
if (typeof exports !== 'undefined') {
|
||||
exports.fabric = fabric;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ var fs = require('fs'),
|
|||
|
||||
var modules = [
|
||||
'text',
|
||||
'cufon',
|
||||
'gestures',
|
||||
'easing',
|
||||
'parser',
|
||||
|
|
|
|||
602
dist/fabric.js
vendored
602
dist/fabric.js
vendored
File diff suppressed because it is too large
Load diff
14
dist/fabric.min.js
vendored
14
dist/fabric.min.js
vendored
File diff suppressed because one or more lines are too long
BIN
dist/fabric.min.js.gz
vendored
BIN
dist/fabric.min.js.gz
vendored
Binary file not shown.
604
dist/fabric.require.js
vendored
604
dist/fabric.require.js
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -2,7 +2,7 @@
|
|||
"name": "fabric",
|
||||
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
|
||||
"homepage": "http://fabricjs.com/",
|
||||
"version": "1.4.13",
|
||||
"version": "1.5.0",
|
||||
"author": "Juriy Zaytsev <kangax@gmail.com>",
|
||||
"keywords": [
|
||||
"canvas",
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "node build.js modules=ALL exclude=json,cufon,gestures",
|
||||
"build": "node build.js modules=ALL exclude=json,gestures",
|
||||
"test": "node test.js && jshint src"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue