@tsparticles/plugin-emitters-shape-canvas
Version:
tsParticles emitters shape canvas plugin
8 lines (7 loc) • 356 B
TypeScript
import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine";
import type { IPixelsOptions } from "../Interfaces/IPixelsOptions.js";
export declare class PixelsOptions implements IPixelsOptions, IOptionLoader<IPixelsOptions> {
offset: number;
constructor();
load(data?: RecursivePartial<IPixelsOptions> | undefined): void;
}