@d3p1/img2pxl 3.1.12 → 3.2.0

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.
@@ -23,13 +23,11 @@ export default class Canvas {
23
23
  * Constructor
24
24
  *
25
25
  * @param {DebugManager} debugManager
26
- * @param {number} resolutionWidth
27
- * @param {number} resolutionHeight
28
26
  * @param {string} pointerImageSrc
29
27
  * @param {number} pointerImageSize
30
28
  * @param {number} pointerTrailingFactor
31
29
  */
32
- constructor(debugManager: DebugManager, resolutionWidth: number, resolutionHeight: number, pointerImageSrc: string, pointerImageSize?: number, pointerTrailingFactor?: number);
30
+ constructor(debugManager: DebugManager, pointerImageSrc: string, pointerImageSize?: number, pointerTrailingFactor?: number);
33
31
  /**
34
32
  * Update
35
33
  *
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @description Config
3
+ * @author C. M. de Picciotto <d3p1@d3p1.dev> (https://d3p1.dev/)
4
+ */
5
+ export declare const CANVAS_TEXTURE_RESOLUTION = 128;
@@ -1,4 +1,4 @@
1
- import { M as r } from "../main-C6W_5yDn.js";
1
+ import { M as r } from "../main-Coneat92.js";
2
2
  export {
3
3
  r as Img2Pxl
4
4
  };