[cljsjs/pixi-legacy "6.1.3-0"] ;; latest release
This jar comes with deps.cljs
as used by the Foreign Libs feature
of the ClojureScript compiler. After adding the above dependency to your project
you can require and use the packaged library like so:
(ns application.core
(:require cljsjs.pixi-legacy))
(def asset-loader js/PIXI.loader)
Externs were generated using https://github.com/jmmk/javascript-externs-generator
Difference to cljsjs/pixi:
With version 5 of pixi.js its build-logic has changed. cljsjs/pixi 5.0.0+ only supports WebGL, this dependency supports the canvas variant. Look on there explanations for further information: https://medium.com/goodboy-digital/pixijs-v5-lands-5e112d84e510