UNPKG

@drincs/pixi-vn

Version:

Pixi'VN is a npm package that provides various features for creating visual novels.

23 lines (20 loc) 761 B
import { Ticker } from 'pixi.js'; import Label from '../classes/Label.mjs'; import { T as TickerBase } from '../TickerBase-DKYzbzro.mjs'; import '../types/LabelIdType.mjs'; import '../types/StepLabelType.mjs'; import '@drincs/pixi-vn/dist/override'; import '../classes/LabelAbstract.mjs'; import '../types/StepHistoryDataType.mjs'; import '../interface/LabelProps.mjs'; import '../types/StorageElementType.mjs'; import '../types/TickerIdType.mjs'; declare class TintingTestTicker extends TickerBase<{}> { constructor(); fn(_t: Ticker, _args: {}, tags: string[]): void; } /** * https://pixijs.com/examples/basic/tinting */ declare const customTickerCanvasElementTestLabel: Label<{}>; export { TintingTestTicker, customTickerCanvasElementTestLabel };