File size: 190 Bytes
30c32c8
 
 
 
 
 
 
1
2
3
4
5
6
7
8
const FakeBitmapAdapter = require('scratch-svg-renderer').BitmapAdapter;

FakeBitmapAdapter.prototype.resize = function (canvas) {
    return canvas;
};

module.exports = FakeBitmapAdapter;