'use strict'; var Extensions = require('../../extensions/Extensions.js'); var GraphicsContextSystem = require('./shared/GraphicsContextSystem.js'); var GraphicsPipe = require('./shared/GraphicsPipe.js'); "use strict"; Extensions.extensions.add(GraphicsPipe.GraphicsPipe); Extensions.extensions.add(GraphicsContextSystem.GraphicsContextSystem); //# sourceMappingURL=init.js.map