art-pixi-prepare
v16.11.1
Published
Plugin to allow uploading textures to the GPU
Readme
art-pixi-prepare
Installation
npm install art-pixi-prepareUsage
import { Prepare } from '@pixi/canvas-prepare';
import { Renderer } from '@pixi/core';
Renderer.registerPlugin('prepare', Prepare);