mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-30 03:00:51 +01:00
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
import { Filter } from '@pixi/core';
|
|
|
|
export class NitroFilter extends Filter
|
|
{}
|