Skip to content

Commit 71d37ce

Browse files
sebjacobschrislofloehopper
committed
feat: export downloadBlob function
In preparation for being able to download the Scratch program in experience-cs from outside of scratch-gui. Co-authored-by: Chris Lowis <chris.lowis@gofreerange.com> Co-authored-by: James Mead <james.mead@gofreerange.com>
1 parent bfeaf65 commit 71d37ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/scratch-gui/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export {default} from './containers/gui.jsx';
55
export {default as GUIComponent} from './components/gui/gui.jsx';
66
export {default as AppStateHOC} from './lib/app-state-hoc.jsx';
77
export {manualUpdateProject, remixProject} from './reducers/project-state.js';
8+
export {default as downloadBlob} from './lib/download-blob.js';
89
export {setAppElement} from 'react-modal';
910

1011
export {legacyConfig};

0 commit comments

Comments
 (0)