Skip to content

Commit a226c7a

Browse files
chrisrooschrislofloehopper
committed
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 addcb07 commit a226c7a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {ScratchPaintReducer} from 'scratch-paint';
66
import {setFullScreen, setPlayer} from './reducers/mode';
77
import {manualUpdateProject, remixProject} from './reducers/project-state';
88
import {setAppElement} from 'react-modal';
9+
import downloadBlob from './lib/download-blob';
910

1011
const guiReducers = {
1112
locales: LocalesReducer,
@@ -17,6 +18,7 @@ export {
1718
GUI as default,
1819
AppStateHOC,
1920
setAppElement,
21+
downloadBlob,
2022
guiReducers,
2123
guiInitialState,
2224
guiMiddleware,

0 commit comments

Comments
 (0)