apexify.js 4.9.26 → 4.9.28
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 +437 -47
- package/dist/cjs/Canvas/ApexPainter.d.ts +122 -78
- package/dist/cjs/Canvas/ApexPainter.d.ts.map +1 -1
- package/dist/cjs/Canvas/ApexPainter.js +461 -352
- package/dist/cjs/Canvas/ApexPainter.js.map +1 -1
- package/dist/cjs/Canvas/utils/Background/bg.d.ts +23 -11
- package/dist/cjs/Canvas/utils/Background/bg.d.ts.map +1 -1
- package/dist/cjs/Canvas/utils/Background/bg.js +174 -107
- package/dist/cjs/Canvas/utils/Background/bg.js.map +1 -1
- package/dist/cjs/Canvas/utils/Custom/customLines.js +2 -2
- package/dist/cjs/Canvas/utils/Custom/customLines.js.map +1 -1
- package/dist/cjs/Canvas/utils/Image/imageFilters.d.ts +11 -0
- package/dist/cjs/Canvas/utils/Image/imageFilters.d.ts.map +1 -0
- package/dist/cjs/Canvas/utils/Image/imageFilters.js +307 -0
- package/dist/cjs/Canvas/utils/Image/imageFilters.js.map +1 -0
- package/dist/cjs/Canvas/utils/Image/imageProperties.d.ts +47 -112
- package/dist/cjs/Canvas/utils/Image/imageProperties.d.ts.map +1 -1
- package/dist/cjs/Canvas/utils/Image/imageProperties.js +229 -560
- package/dist/cjs/Canvas/utils/Image/imageProperties.js.map +1 -1
- package/dist/cjs/Canvas/utils/Image/professionalImageFilters.d.ts +11 -0
- package/dist/cjs/Canvas/utils/Image/professionalImageFilters.d.ts.map +1 -0
- package/dist/cjs/Canvas/utils/Image/professionalImageFilters.js +351 -0
- package/dist/cjs/Canvas/utils/Image/professionalImageFilters.js.map +1 -0
- package/dist/cjs/Canvas/utils/Image/simpleProfessionalFilters.d.ts +11 -0
- package/dist/cjs/Canvas/utils/Image/simpleProfessionalFilters.d.ts.map +1 -0
- package/dist/cjs/Canvas/utils/Image/simpleProfessionalFilters.js +215 -0
- package/dist/cjs/Canvas/utils/Image/simpleProfessionalFilters.js.map +1 -0
- package/dist/cjs/Canvas/utils/Patterns/enhancedPatternRenderer.d.ts +71 -0
- package/dist/cjs/Canvas/utils/Patterns/enhancedPatternRenderer.d.ts.map +1 -0
- package/dist/cjs/Canvas/utils/Patterns/enhancedPatternRenderer.js +392 -0
- package/dist/cjs/Canvas/utils/Patterns/enhancedPatternRenderer.js.map +1 -0
- package/dist/cjs/Canvas/utils/Shapes/shapes.d.ts +29 -0
- package/dist/cjs/Canvas/utils/Shapes/shapes.d.ts.map +1 -0
- package/dist/cjs/Canvas/utils/Shapes/shapes.js +334 -0
- package/dist/cjs/Canvas/utils/Shapes/shapes.js.map +1 -0
- package/dist/cjs/Canvas/utils/Texts/enhancedTextRenderer.d.ts +127 -0
- package/dist/cjs/Canvas/utils/Texts/enhancedTextRenderer.d.ts.map +1 -0
- package/dist/cjs/Canvas/utils/Texts/enhancedTextRenderer.js +365 -0
- package/dist/cjs/Canvas/utils/Texts/enhancedTextRenderer.js.map +1 -0
- package/dist/cjs/Canvas/utils/types.d.ts +227 -131
- package/dist/cjs/Canvas/utils/types.d.ts.map +1 -1
- package/dist/cjs/Canvas/utils/types.js +0 -1
- package/dist/cjs/Canvas/utils/types.js.map +1 -1
- package/dist/cjs/Canvas/utils/utils.d.ts +7 -4
- package/dist/cjs/Canvas/utils/utils.d.ts.map +1 -1
- package/dist/cjs/Canvas/utils/utils.js +17 -7
- package/dist/cjs/Canvas/utils/utils.js.map +1 -1
- package/dist/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/esm/Canvas/ApexPainter.d.ts +122 -78
- package/dist/esm/Canvas/ApexPainter.d.ts.map +1 -1
- package/dist/esm/Canvas/ApexPainter.js +461 -352
- package/dist/esm/Canvas/ApexPainter.js.map +1 -1
- package/dist/esm/Canvas/utils/Background/bg.d.ts +23 -11
- package/dist/esm/Canvas/utils/Background/bg.d.ts.map +1 -1
- package/dist/esm/Canvas/utils/Background/bg.js +174 -107
- package/dist/esm/Canvas/utils/Background/bg.js.map +1 -1
- package/dist/esm/Canvas/utils/Custom/customLines.js +2 -2
- package/dist/esm/Canvas/utils/Custom/customLines.js.map +1 -1
- package/dist/esm/Canvas/utils/Image/imageFilters.d.ts +11 -0
- package/dist/esm/Canvas/utils/Image/imageFilters.d.ts.map +1 -0
- package/dist/esm/Canvas/utils/Image/imageFilters.js +307 -0
- package/dist/esm/Canvas/utils/Image/imageFilters.js.map +1 -0
- package/dist/esm/Canvas/utils/Image/imageProperties.d.ts +47 -112
- package/dist/esm/Canvas/utils/Image/imageProperties.d.ts.map +1 -1
- package/dist/esm/Canvas/utils/Image/imageProperties.js +229 -560
- package/dist/esm/Canvas/utils/Image/imageProperties.js.map +1 -1
- package/dist/esm/Canvas/utils/Image/professionalImageFilters.d.ts +11 -0
- package/dist/esm/Canvas/utils/Image/professionalImageFilters.d.ts.map +1 -0
- package/dist/esm/Canvas/utils/Image/professionalImageFilters.js +351 -0
- package/dist/esm/Canvas/utils/Image/professionalImageFilters.js.map +1 -0
- package/dist/esm/Canvas/utils/Image/simpleProfessionalFilters.d.ts +11 -0
- package/dist/esm/Canvas/utils/Image/simpleProfessionalFilters.d.ts.map +1 -0
- package/dist/esm/Canvas/utils/Image/simpleProfessionalFilters.js +215 -0
- package/dist/esm/Canvas/utils/Image/simpleProfessionalFilters.js.map +1 -0
- package/dist/esm/Canvas/utils/Patterns/enhancedPatternRenderer.d.ts +71 -0
- package/dist/esm/Canvas/utils/Patterns/enhancedPatternRenderer.d.ts.map +1 -0
- package/dist/esm/Canvas/utils/Patterns/enhancedPatternRenderer.js +392 -0
- package/dist/esm/Canvas/utils/Patterns/enhancedPatternRenderer.js.map +1 -0
- package/dist/esm/Canvas/utils/Shapes/shapes.d.ts +29 -0
- package/dist/esm/Canvas/utils/Shapes/shapes.d.ts.map +1 -0
- package/dist/esm/Canvas/utils/Shapes/shapes.js +334 -0
- package/dist/esm/Canvas/utils/Shapes/shapes.js.map +1 -0
- package/dist/esm/Canvas/utils/Texts/enhancedTextRenderer.d.ts +127 -0
- package/dist/esm/Canvas/utils/Texts/enhancedTextRenderer.d.ts.map +1 -0
- package/dist/esm/Canvas/utils/Texts/enhancedTextRenderer.js +365 -0
- package/dist/esm/Canvas/utils/Texts/enhancedTextRenderer.js.map +1 -0
- package/dist/esm/Canvas/utils/types.d.ts +227 -131
- package/dist/esm/Canvas/utils/types.d.ts.map +1 -1
- package/dist/esm/Canvas/utils/types.js +0 -1
- package/dist/esm/Canvas/utils/types.js.map +1 -1
- package/dist/esm/Canvas/utils/utils.d.ts +7 -4
- package/dist/esm/Canvas/utils/utils.d.ts.map +1 -1
- package/dist/esm/Canvas/utils/utils.js +17 -7
- package/dist/esm/Canvas/utils/utils.js.map +1 -1
- package/dist/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/Canvas/ApexPainter.ts +1325 -1218
- package/lib/Canvas/utils/Background/bg.ts +247 -173
- package/lib/Canvas/utils/Custom/customLines.ts +3 -3
- package/lib/Canvas/utils/Image/imageFilters.ts +356 -0
- package/lib/Canvas/utils/Image/imageProperties.ts +322 -775
- package/lib/Canvas/utils/Image/professionalImageFilters.ts +391 -0
- package/lib/Canvas/utils/Image/simpleProfessionalFilters.ts +229 -0
- package/lib/Canvas/utils/Patterns/enhancedPatternRenderer.ts +444 -0
- package/lib/Canvas/utils/Shapes/shapes.ts +528 -0
- package/lib/Canvas/utils/Texts/enhancedTextRenderer.ts +478 -0
- package/lib/Canvas/utils/types.ts +301 -117
- package/lib/Canvas/utils/utils.ts +85 -72
- package/package.json +106 -188
|
@@ -1,29 +1,143 @@
|
|
|
1
1
|
import { PathLike } from "fs";
|
|
2
|
-
import { OutputFormat, CanvasConfig,
|
|
2
|
+
import { OutputFormat, CanvasConfig, TextProperties, ImageProperties, GIFOptions, GIFResults, CustomOptions, cropOptions, Frame, ExtractFramesOptions, ResizeOptions, MaskOptions, BlendOptions } from "./utils/utils";
|
|
3
3
|
interface CanvasResults {
|
|
4
4
|
buffer: Buffer;
|
|
5
5
|
canvas: CanvasConfig;
|
|
6
6
|
}
|
|
7
7
|
export declare class ApexPainter {
|
|
8
|
+
#private;
|
|
8
9
|
private format?;
|
|
9
10
|
constructor({ type }?: OutputFormat);
|
|
10
11
|
/**
|
|
11
12
|
* Creates a canvas with the given configuration.
|
|
12
13
|
* Applies rotation, shadow, border effects, background, and stroke.
|
|
13
14
|
*
|
|
14
|
-
* @param canvas -
|
|
15
|
-
*
|
|
16
|
-
*
|
|
15
|
+
* @param canvas - Canvas configuration object containing:
|
|
16
|
+
* - width: Canvas width in pixels
|
|
17
|
+
* - height: Canvas height in pixels
|
|
18
|
+
* - x: X position offset (default: 0)
|
|
19
|
+
* - y: Y position offset (default: 0)
|
|
20
|
+
* - colorBg: Solid color background (hex, rgb, rgba, hsl, etc.)
|
|
21
|
+
* - gradientBg: Gradient background configuration
|
|
22
|
+
* - customBg: Custom background image buffer
|
|
23
|
+
* - zoom: Canvas zoom level (default: 1)
|
|
24
|
+
* - pattern: Pattern background configuration
|
|
25
|
+
* - noise: Noise effect configuration
|
|
26
|
+
*
|
|
27
|
+
* @returns Promise<CanvasResults> - Object containing canvas buffer and configuration
|
|
28
|
+
*
|
|
29
|
+
* @throws Error if canvas configuration is invalid or conflicting
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* ```typescript
|
|
33
|
+
* const result = await painter.createCanvas({
|
|
34
|
+
* width: 800,
|
|
35
|
+
* height: 600,
|
|
36
|
+
* colorBg: '#ffffff',
|
|
37
|
+
* zoom: 1.5
|
|
38
|
+
* });
|
|
39
|
+
* const buffer = result.buffer;
|
|
40
|
+
* ```
|
|
17
41
|
*/
|
|
18
42
|
createCanvas(canvas: CanvasConfig): Promise<CanvasResults>;
|
|
19
43
|
/**
|
|
20
44
|
* Draws one or more images (or shapes) on an existing canvas buffer.
|
|
21
|
-
*
|
|
22
|
-
* @param
|
|
23
|
-
*
|
|
45
|
+
*
|
|
46
|
+
* @param images - Single ImageProperties object or array of ImageProperties containing:
|
|
47
|
+
* - source: Image path/URL/Buffer or ShapeType ('rectangle', 'circle', etc.)
|
|
48
|
+
* - x: X position on canvas
|
|
49
|
+
* - y: Y position on canvas
|
|
50
|
+
* - width: Image/shape width (optional, defaults to original size)
|
|
51
|
+
* - height: Image/shape height (optional, defaults to original size)
|
|
52
|
+
* - inherit: Use original image dimensions (boolean)
|
|
53
|
+
* - fit: Image fitting mode ('fill', 'contain', 'cover', 'scale-down', 'none')
|
|
54
|
+
* - align: Image alignment ('center', 'start', 'end')
|
|
55
|
+
* - rotation: Rotation angle in degrees (default: 0)
|
|
56
|
+
* - opacity: Opacity level 0-1 (default: 1)
|
|
57
|
+
* - blur: Blur radius in pixels (default: 0)
|
|
58
|
+
* - borderRadius: Border radius or 'circular' (default: 0)
|
|
59
|
+
* - borderPosition: Border position ('all', 'top', 'bottom', 'left', 'right')
|
|
60
|
+
* - filters: Array of image filters to apply
|
|
61
|
+
* - shape: Shape properties (when source is a shape)
|
|
62
|
+
* - shadow: Shadow configuration
|
|
63
|
+
* - stroke: Stroke configuration
|
|
64
|
+
* - boxBackground: Background behind image/shape
|
|
65
|
+
*
|
|
66
|
+
* @param canvasBuffer - Existing canvas buffer (Buffer) or CanvasResults object
|
|
67
|
+
*
|
|
68
|
+
* @returns Promise<Buffer> - Updated canvas buffer in PNG format
|
|
69
|
+
*
|
|
70
|
+
* @throws Error if source, x, or y are missing
|
|
71
|
+
*
|
|
72
|
+
* @example
|
|
73
|
+
* ```typescript
|
|
74
|
+
* const result = await painter.createImage([
|
|
75
|
+
* {
|
|
76
|
+
* source: 'rectangle',
|
|
77
|
+
* x: 100, y: 100,
|
|
78
|
+
* width: 200, height: 150,
|
|
79
|
+
* shape: { fill: true, color: '#ff6b6b' },
|
|
80
|
+
* shadow: { color: 'rgba(0,0,0,0.3)', offsetX: 5, offsetY: 5, blur: 10 }
|
|
81
|
+
* }
|
|
82
|
+
* ], canvasBuffer);
|
|
83
|
+
* ```
|
|
24
84
|
*/
|
|
25
85
|
createImage(images: ImageProperties | ImageProperties[], canvasBuffer: CanvasResults | Buffer): Promise<Buffer>;
|
|
26
|
-
|
|
86
|
+
/**
|
|
87
|
+
* Creates text on an existing canvas buffer with enhanced styling options.
|
|
88
|
+
*
|
|
89
|
+
* @param textArray - Single TextProperties object or array of TextProperties containing:
|
|
90
|
+
* - text: Text content to render (required)
|
|
91
|
+
* - x: X position on canvas (required)
|
|
92
|
+
* - y: Y position on canvas (required)
|
|
93
|
+
* - fontPath: Path to custom font file (.ttf, .otf, .woff, etc.)
|
|
94
|
+
* - fontName: Custom font name (used with fontPath)
|
|
95
|
+
* - fontSize: Font size in pixels (default: 16)
|
|
96
|
+
* - fontFamily: Font family name (e.g., 'Arial', 'Helvetica')
|
|
97
|
+
* - bold: Make text bold (boolean)
|
|
98
|
+
* - italic: Make text italic (boolean)
|
|
99
|
+
* - underline: Add underline decoration (boolean)
|
|
100
|
+
* - overline: Add overline decoration (boolean)
|
|
101
|
+
* - strikethrough: Add strikethrough decoration (boolean)
|
|
102
|
+
* - highlight: Highlight text with background color and opacity
|
|
103
|
+
* - lineHeight: Line height multiplier (default: 1.4)
|
|
104
|
+
* - letterSpacing: Space between letters in pixels
|
|
105
|
+
* - wordSpacing: Space between words in pixels
|
|
106
|
+
* - maxWidth: Maximum width for text wrapping
|
|
107
|
+
* - maxHeight: Maximum height for text (truncates with ellipsis)
|
|
108
|
+
* - textAlign: Horizontal text alignment ('left', 'center', 'right', 'start', 'end')
|
|
109
|
+
* - textBaseline: Vertical text baseline ('alphabetic', 'bottom', 'hanging', 'ideographic', 'middle', 'top')
|
|
110
|
+
* - color: Text color (hex, rgb, rgba, hsl, etc.)
|
|
111
|
+
* - gradient: Gradient fill for text
|
|
112
|
+
* - opacity: Text opacity (0-1, default: 1)
|
|
113
|
+
* - glow: Text glow effect with color, intensity, and opacity
|
|
114
|
+
* - shadow: Text shadow effect with color, offset, blur, and opacity
|
|
115
|
+
* - stroke: Text stroke/outline with color, width, gradient, and opacity
|
|
116
|
+
* - rotation: Text rotation in degrees
|
|
117
|
+
*
|
|
118
|
+
* @param canvasBuffer - Existing canvas buffer (Buffer) or CanvasResults object
|
|
119
|
+
*
|
|
120
|
+
* @returns Promise<Buffer> - Updated canvas buffer in PNG format
|
|
121
|
+
*
|
|
122
|
+
* @throws Error if text, x, or y are missing, or if canvas buffer is invalid
|
|
123
|
+
*
|
|
124
|
+
* @example
|
|
125
|
+
* ```typescript
|
|
126
|
+
* const result = await painter.createText([
|
|
127
|
+
* {
|
|
128
|
+
* text: "Hello World!",
|
|
129
|
+
* x: 100, y: 100,
|
|
130
|
+
* fontSize: 24,
|
|
131
|
+
* bold: true,
|
|
132
|
+
* color: '#ff6b6b',
|
|
133
|
+
* shadow: { color: 'rgba(0,0,0,0.3)', offsetX: 2, offsetY: 2, blur: 4 },
|
|
134
|
+
* underline: true,
|
|
135
|
+
* highlight: { color: '#ffff00', opacity: 0.3 }
|
|
136
|
+
* }
|
|
137
|
+
* ], canvasBuffer);
|
|
138
|
+
* ```
|
|
139
|
+
*/
|
|
140
|
+
createText(textArray: TextProperties | TextProperties[], canvasBuffer: CanvasResults | Buffer): Promise<Buffer>;
|
|
27
141
|
createCustom(options: CustomOptions[], buffer: CanvasResults | Buffer): Promise<Buffer>;
|
|
28
142
|
createGIF(gifFrames: {
|
|
29
143
|
background: string;
|
|
@@ -59,76 +173,6 @@ export declare class ApexPainter {
|
|
|
59
173
|
cropImage(options: cropOptions): Promise<Buffer>;
|
|
60
174
|
private drawImage;
|
|
61
175
|
extractFrames(videoSource: string | Buffer, options: ExtractFramesOptions): Promise<any[]>;
|
|
62
|
-
/**
|
|
63
|
-
* Sets a pattern on a specific area of a buffered image.
|
|
64
|
-
* @param {Buffer} buffer - The source image buffer.
|
|
65
|
-
* @param {Object} options - Options to customize the pattern.
|
|
66
|
-
* @returns {Promise<Buffer>} - The adjusted image buffer.
|
|
67
|
-
*/
|
|
68
|
-
patterns(buffer: Buffer, options: PatternOptions): Promise<Buffer<ArrayBufferLike>>;
|
|
69
|
-
/**
|
|
70
|
-
* Fills the specified area with a gradient.
|
|
71
|
-
* @param ctx The rendering context of the canvas.
|
|
72
|
-
* @param width The width of the area to fill.
|
|
73
|
-
* @param height The height of the area to fill.
|
|
74
|
-
* @param gradient The gradient options.
|
|
75
|
-
* @param x The x offset of the area.
|
|
76
|
-
* @param y The y offset of the area.
|
|
77
|
-
*/
|
|
78
|
-
private fillWithGradient;
|
|
79
|
-
/**
|
|
80
|
-
* Draws a dots pattern in the specified area.
|
|
81
|
-
* @param ctx The rendering context of the canvas.
|
|
82
|
-
* @param width The width of the area.
|
|
83
|
-
* @param height The height of the area.
|
|
84
|
-
* @param options Options to customize the dot pattern.
|
|
85
|
-
* @param x The x offset of the area.
|
|
86
|
-
* @param y The y offset of the area.
|
|
87
|
-
*/
|
|
88
|
-
private drawDotsPattern;
|
|
89
|
-
/**
|
|
90
|
-
* Draws a stripes pattern in the specified area.
|
|
91
|
-
* @param ctx The rendering context of the canvas.
|
|
92
|
-
* @param width The width of the area.
|
|
93
|
-
* @param height The height of the area.
|
|
94
|
-
* @param options Options to customize the stripes pattern.
|
|
95
|
-
* @param x The x offset of the area.
|
|
96
|
-
* @param y The y offset of the area.
|
|
97
|
-
*/
|
|
98
|
-
private drawStripesPattern;
|
|
99
|
-
/**
|
|
100
|
-
* Draws a grid pattern in the specified area.
|
|
101
|
-
* @param ctx The rendering context of the canvas.
|
|
102
|
-
* @param width The width of the area.
|
|
103
|
-
* @param height The height of the area.
|
|
104
|
-
* @param options Options to customize the grid pattern.
|
|
105
|
-
* @param x The x offset of the area.
|
|
106
|
-
* @param y The y offset of the area.
|
|
107
|
-
*/
|
|
108
|
-
private drawGridPattern;
|
|
109
|
-
/**
|
|
110
|
-
* Draws a checkerboard pattern in the specified area.
|
|
111
|
-
* @param ctx The rendering context of the canvas.
|
|
112
|
-
* @param width The width of the area.
|
|
113
|
-
* @param height The height of the area.
|
|
114
|
-
* @param options Options to customize the checkerboard pattern.
|
|
115
|
-
* @param x The x offset of the area.
|
|
116
|
-
* @param y The y offset of the area.
|
|
117
|
-
*/
|
|
118
|
-
private drawCheckerboardPattern;
|
|
119
|
-
/**
|
|
120
|
-
* Draws a custom image pattern in the specified area.
|
|
121
|
-
* @param ctx The rendering context of the canvas.
|
|
122
|
-
* @param width The width of the area.
|
|
123
|
-
* @param height The height of the area.
|
|
124
|
-
* @param options Options to customize the custom pattern.
|
|
125
|
-
* @param x The x offset of the area.
|
|
126
|
-
* @param y The y offset of the area.
|
|
127
|
-
*/
|
|
128
|
-
private drawCustomPattern;
|
|
129
|
-
private drawWavePattern;
|
|
130
|
-
private drawNoisePattern;
|
|
131
|
-
private drawDiagonalCheckerboardPattern;
|
|
132
176
|
masking(source: string | Buffer | PathLike | Uint8Array, maskSource: string | Buffer | PathLike | Uint8Array, options?: MaskOptions): Promise<Buffer>;
|
|
133
177
|
gradientBlend(source: string | Buffer | PathLike | Uint8Array, options: BlendOptions): Promise<Buffer>;
|
|
134
178
|
animate(frames: Frame[], defaultDuration: number, defaultWidth?: number, defaultHeight?: number, options?: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApexPainter.d.ts","sourceRoot":"","sources":["../../../lib/Canvas/ApexPainter.ts"],"names":[],"mappings":"AAKA,OAAW,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;AAElC,OAAO,EAAE,YAAY,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"ApexPainter.d.ts","sourceRoot":"","sources":["../../../lib/Canvas/ApexPainter.ts"],"names":[],"mappings":"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"}
|