Skip to content

Commit 23c39eb

Browse files
authored
Try and Export scratch-svg-renderer for extensions
1 parent 4fb7978 commit 23c39eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/RenderWebGL.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const EventEmitter = require('events');
33
const hull = require('hull.js');
44
const twgl = require('twgl.js');
55

6+
const SVGRenderer = require('@turbowarp/scratch-svg-renderer');
67
const Skin = require('./Skin');
78
const BitmapSkin = require('./BitmapSkin');
89
const Drawable = require('./Drawable');
@@ -350,6 +351,7 @@ class RenderWebGL extends EventEmitter {
350351
*/
351352
this.exports = {
352353
twgl,
354+
SVGRenderer,
353355
Drawable,
354356
Skin,
355357
BitmapSkin,

0 commit comments

Comments
 (0)