@digipair/skill-canvas 0.90.0 → 0.91.0-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.
@@ -1,11 +0,0 @@
1
- import { PinsSettings } from '@digipair/engine';
2
- export declare const canvas: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
3
- export declare const loadImage: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
4
- export declare const drawImage: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<void>;
5
- export declare const strokeRect: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<void>;
6
- export declare const fillRect: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<void>;
7
- export declare const fillText: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<void>;
8
- export declare const strokeStyle: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<void>;
9
- export declare const fillStyle: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<void>;
10
- export declare const lineWidth: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<void>;
11
- export declare const measureText: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<void>;
File without changes
File without changes
File without changes