UNPKG
@tsparticles/plugin-emitters-shape-canvas
Version:
alpha (4.0.0-alpha.3)
beta (3.6.0-beta.1)
latest (3.9.1)
next (3.0.2)
4.0.0-alpha.3
4.0.0-alpha.2
4.0.0-alpha.1
4.0.0-alpha.0
3.9.1
3.9.0
3.8.1
3.8.0
3.7.1
3.7.0
3.6.0
3.6.0-beta.1
3.6.0-beta.0
3.5.0
3.4.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.5
3.0.0-beta.4
tsParticles emitters shape canvas plugin
particles.js.org
tsparticles/tsparticles
@tsparticles/plugin-emitters-shape-canvas
/
types
/
types.d.ts
13 lines
(12 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import type { IRgba }
from
"
@tsparticles
/engine"; export interface CanvasPixelData {
height
: number; pixels: IRgba[][];
width
: number; } export interface TextLineData {
height
: number; measure: TextMetrics;
text
: string;
width
: number; }