You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this library only supports sprite 2.x. I attempted to rebuild with 3.x and newer babel + webpack, but it does not appear that spritejs.use() exists in 3.0. Is there any way to inject roughjs without spritejs.use?
The root problem that is requiring an upgrade is [email protected] uses DOMNodeRemovedFromDocument, which is officially deprecated in chrome and edge v127.
The text was updated successfully, but these errors were encountered:
Currently, this library only supports sprite 2.x. I attempted to rebuild with 3.x and newer babel + webpack, but it does not appear that spritejs.use() exists in 3.0. Is there any way to inject roughjs without spritejs.use?
The root problem that is requiring an upgrade is [email protected] uses
DOMNodeRemovedFromDocument
, which is officially deprecated in chrome and edge v127.The text was updated successfully, but these errors were encountered: