Skip to content

Commit

Permalink
Export scratch-svg-renderer for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jul 31, 2024
1 parent a4c2e18 commit c89c863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RenderWebGL.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const EventEmitter = require('events');
const hull = require('hull.js');
const twgl = require('twgl.js');

const SVGRenderer = require('@turbowarp/scratch-svg-renderer');
const Skin = require('./Skin');
const BitmapSkin = require('./BitmapSkin');
const Drawable = require('./Drawable');
Expand Down Expand Up @@ -308,6 +309,7 @@ class RenderWebGL extends EventEmitter {
*/
this.exports = {
twgl,
SVGRenderer,
Drawable,
Skin,
BitmapSkin,
Expand Down

0 comments on commit c89c863

Please sign in to comment.