@antv/util
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -22,2 +22,3 @@ | ||
MatrixUtil: matrixUtil, | ||
PathUtil: pathUtil, | ||
arrayUtil: arrayUtil, | ||
@@ -24,0 +25,0 @@ domUtil: DOMUtil, |
@@ -5,5 +5,7 @@ | ||
var path2curve = require('./path2curve'); | ||
var catmullRom2Bezier = require('./catmull-rom2bezier'); | ||
module.exports = { | ||
catmullRomToBezier: require('./catmull-rom2bezier'), | ||
catmullRom2Bezier: catmullRom2Bezier, | ||
catmullRomToBezier: catmullRom2Bezier, | ||
fillPath: require('./fill-path'), | ||
@@ -10,0 +12,0 @@ fillPathByDiff: require('./fill-path-by-diff'), |
{ | ||
"name": "@antv/util", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A common util collection for antv projects", | ||
@@ -5,0 +5,0 @@ "main": "build/util.js", |
@@ -22,2 +22,3 @@ | ||
MatrixUtil: matrixUtil, | ||
PathUtil: pathUtil, | ||
arrayUtil, | ||
@@ -24,0 +25,0 @@ domUtil: DOMUtil, |
@@ -5,5 +5,7 @@ | ||
const path2curve = require('./path2curve'); | ||
const catmullRom2Bezier = require('./catmull-rom2bezier'); | ||
module.exports = { | ||
catmullRomToBezier: require('./catmull-rom2bezier'), | ||
catmullRom2Bezier, | ||
catmullRomToBezier: catmullRom2Bezier, | ||
fillPath: require('./fill-path'), | ||
@@ -10,0 +12,0 @@ fillPathByDiff: require('./fill-path-by-diff'), |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
361766
11170