@drincs/pixi-vn
Version:
Pixi'VN is a npm package that provides various features for creating visual novels.
23 lines (20 loc) • 752 B
TypeScript
import { Ticker } from 'pixi.js';
import Label from '../classes/Label.js';
import { T as TickerBase } from '../TickerBase-3rLpDpmb.js';
import '../types/LabelIdType.js';
import '../types/StepLabelType.js';
import '@drincs/pixi-vn/dist/override';
import '../classes/LabelAbstract.js';
import '../types/StepHistoryDataType.js';
import '../interface/LabelProps.js';
import '../types/StorageElementType.js';
import '../types/TickerIdType.js';
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 };