Skip to content

Commit 674255b

Browse files
chrisrooschrislofloehopper
authored andcommitted
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 fa7a8e5 commit 674255b

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
@@ -7,6 +7,7 @@ import {setFullScreen, setPlayer} from './reducers/mode';
77
import {manualUpdateProject, remixProject} from './reducers/project-state';
88
import {setAppElement} from 'react-modal';
99
import {activateDeck} from './reducers/cards.js';
10+
import downloadBlob from './lib/download-blob';
1011

1112
const guiReducers = {
1213
locales: LocalesReducer,
@@ -18,6 +19,7 @@ export {
1819
GUI as default,
1920
AppStateHOC,
2021
setAppElement,
22+
downloadBlob,
2123
guiReducers,
2224
guiInitialState,
2325
guiMiddleware,

0 commit comments

Comments
 (0)