Skip to content

Commit 7aae3d5

Browse files
chrisrooschrislofloehopper
authored andcommitted
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 017c558 commit 7aae3d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import {manualUpdateProject, remixProject} from './reducers/project-state';
88
import {setAppElement} from 'react-modal';
99
import {activateDeck} from './reducers/cards.js';
1010

11+
import downloadBlob from './lib/download-blob';
12+
1113
const guiReducers = {
1214
locales: LocalesReducer,
1315
scratchGui: GuiReducer,
@@ -18,6 +20,7 @@ export {
1820
GUI as default,
1921
AppStateHOC,
2022
setAppElement,
23+
downloadBlob,
2124
guiReducers,
2225
guiInitialState,
2326
guiMiddleware,

0 commit comments

Comments
 (0)