apexify.js 3.1.8 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/ai/ApexAI.d.ts.map +1 -1
- package/dist/ai/ApexAI.js +10 -9
- package/dist/ai/ApexAI.js.map +1 -1
- package/dist/ai/buttons/drawMenu.d.ts.map +1 -1
- package/dist/ai/buttons/drawMenu.js +259 -256
- package/dist/ai/buttons/drawMenu.js.map +1 -1
- package/dist/ai/buttons/tools.d.ts.map +1 -1
- package/dist/ai/buttons/tools.js +366 -363
- package/dist/ai/buttons/tools.js.map +1 -1
- package/dist/canvas/ApexPainter.d.ts +7 -5
- package/dist/canvas/ApexPainter.d.ts.map +1 -1
- package/dist/canvas/ApexPainter.js +27 -4
- package/dist/canvas/ApexPainter.js.map +1 -1
- package/dist/canvas/utils/general functions.d.ts +4 -1
- package/dist/canvas/utils/general functions.d.ts.map +1 -1
- package/dist/canvas/utils/general functions.js +132 -19
- package/dist/canvas/utils/general functions.js.map +1 -1
- package/dist/canvas/utils/types.d.ts +17 -0
- package/dist/canvas/utils/types.d.ts.map +1 -1
- package/dist/canvas/utils/utils.d.ts +3 -3
- package/dist/canvas/utils/utils.d.ts.map +1 -1
- package/dist/canvas/utils/utils.js +3 -1
- package/dist/canvas/utils/utils.js.map +1 -1
- package/package.json +10 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @param customBackground The function for drawing a custom background image on the canvas.
|
|
10
10
|
*/
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.lineChart = exports.pieChart = exports.verticalBarChart = exports.imgEffects = exports.applyColorFilters = exports.converter = exports.resizingImg = exports.loadImages = exports.WrappedText = exports.drawText = exports.drawShape = exports.objectRadius = exports.applyShadow = exports.applyStroke = exports.imageRadius = exports.applyRotation = exports.customBackground = exports.drawBackgroundGradient = exports.drawBackgroundColor = exports.circularBorder = exports.customLines = exports.radiusBorder = void 0;
|
|
12
|
+
exports.cropOuter = exports.cropInner = exports.lineChart = exports.pieChart = exports.verticalBarChart = exports.imgEffects = exports.applyColorFilters = exports.converter = exports.resizingImg = exports.loadImages = exports.WrappedText = exports.drawText = exports.drawShape = exports.objectRadius = exports.applyShadow = exports.applyStroke = exports.imageRadius = exports.applyRotation = exports.customBackground = exports.drawBackgroundGradient = exports.drawBackgroundColor = exports.circularBorder = exports.customLines = exports.radiusBorder = void 0;
|
|
13
13
|
const radius_1 = require("./radius");
|
|
14
14
|
Object.defineProperty(exports, "radiusBorder", { enumerable: true, get: function () { return radius_1.radiusBorder; } });
|
|
15
15
|
const circular_1 = require("./circular");
|
|
@@ -34,6 +34,8 @@ Object.defineProperty(exports, "resizingImg", { enumerable: true, get: function
|
|
|
34
34
|
Object.defineProperty(exports, "converter", { enumerable: true, get: function () { return general_functions_1.converter; } });
|
|
35
35
|
Object.defineProperty(exports, "applyColorFilters", { enumerable: true, get: function () { return general_functions_1.applyColorFilters; } });
|
|
36
36
|
Object.defineProperty(exports, "imgEffects", { enumerable: true, get: function () { return general_functions_1.imgEffects; } });
|
|
37
|
+
Object.defineProperty(exports, "cropOuter", { enumerable: true, get: function () { return general_functions_1.cropOuter; } });
|
|
38
|
+
Object.defineProperty(exports, "cropInner", { enumerable: true, get: function () { return general_functions_1.cropInner; } });
|
|
37
39
|
const customLines_1 = require("./customLines");
|
|
38
40
|
Object.defineProperty(exports, "customLines", { enumerable: true, get: function () { return customLines_1.customLines; } });
|
|
39
41
|
const charts_1 = require("./charts");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../lib/canvas/utils/utils.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG;;;AAKH,qCAAwC;AAkBpC,6FAlBK,qBAAY,OAkBL;AAjBhB,yCAA4C;AAmBxC,+FAnBK,yBAAc,OAmBL;AAlBlB,6BAAqF;AAmBjF,oGAnBK,wBAAmB,OAmBL;AACnB,uGApB0B,2BAAsB,OAoB1B;AACtB,iGArBkD,qBAAgB,OAqBlD;AApBpB,uDAAgH;AAqB5G,8FArBK,+BAAa,OAqBL;AACb,4FAtBoB,6BAAW,OAsBpB;AACX,4FAvBiC,6BAAW,OAuBjC;AACX,4FAxB8C,6BAAW,OAwB9C;AACX,6FAzB2D,8BAAY,OAyB3D;AACZ,0FA1ByE,2BAAS,OA0BzE;AAzBb,qDAAyD;AA0BrD,yFA1BK,yBAAQ,OA0BL;AACR,4FA3Be,4BAAW,OA2Bf;AA1Bf,
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../lib/canvas/utils/utils.ts"],"names":[],"mappings":";AAAA;;;;;;;;GAQG;;;AAKH,qCAAwC;AAkBpC,6FAlBK,qBAAY,OAkBL;AAjBhB,yCAA4C;AAmBxC,+FAnBK,yBAAc,OAmBL;AAlBlB,6BAAqF;AAmBjF,oGAnBK,wBAAmB,OAmBL;AACnB,uGApB0B,2BAAsB,OAoB1B;AACtB,iGArBkD,qBAAgB,OAqBlD;AApBpB,uDAAgH;AAqB5G,8FArBK,+BAAa,OAqBL;AACb,4FAtBoB,6BAAW,OAsBpB;AACX,4FAvBiC,6BAAW,OAuBjC;AACX,4FAxB8C,6BAAW,OAwB9C;AACX,6FAzB2D,8BAAY,OAyB3D;AACZ,0FA1ByE,2BAAS,OA0BzE;AAzBb,qDAAyD;AA0BrD,yFA1BK,yBAAQ,OA0BL;AACR,4FA3Be,4BAAW,OA2Bf;AA1Bf,2DAA8H;AA2B1H,2FA3BK,8BAAU,OA2BL;AACV,4FA5BiB,+BAAW,OA4BjB;AACX,0FA7B8B,6BAAS,OA6B9B;AACT,kGA9ByC,qCAAiB,OA8BzC;AACjB,2FA/B4D,8BAAU,OA+B5D;AAKV,0FApCwE,6BAAS,OAoCxE;AADT,0FAnCmF,6BAAS,OAmCnF;AAlCb,+CAA4C;AAaxC,4FAbK,yBAAW,OAaL;AAZf,qCAAgE;AA8B5D,iGA9BK,yBAAgB,OA8BL;AAChB,yFA/BuB,iBAAQ,OA+BvB;AACR,0FAhCiC,kBAAS,OAgCjC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apexify.js",
|
|
3
|
-
"version": "3.1
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Ai and Canvas library. Supports typescript and javascript",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -18,6 +18,15 @@
|
|
|
18
18
|
"line charts",
|
|
19
19
|
"pie charts",
|
|
20
20
|
"bar charts",
|
|
21
|
+
"crop",
|
|
22
|
+
"crop images",
|
|
23
|
+
"cropping",
|
|
24
|
+
"canvas crop",
|
|
25
|
+
"canvas-crop",
|
|
26
|
+
"canvas-cropper",
|
|
27
|
+
"custom crop",
|
|
28
|
+
"cropper",
|
|
29
|
+
"custom cropper",
|
|
21
30
|
"charts",
|
|
22
31
|
"images",
|
|
23
32
|
"graphic",
|