-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scratch-* packages now that merge-upstream is approaching comp…
…letion
- Loading branch information
1 parent
f6db725
commit d49a5d7
Showing
6 changed files
with
144 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// If your package names don't match ours, just update them here and it will all just work | ||
|
||
import VM from 'scratch-vm'; | ||
import Renderer from 'scratch-render'; | ||
import ScratchStorage from '@turbowarp/scratch-storage'; | ||
import AudioEngine from 'scratch-audio'; | ||
import {BitmapAdapter} from '@turbowarp/scratch-svg-renderer'; | ||
|
||
export { | ||
VM, | ||
Renderer, | ||
ScratchStorage, | ||
AudioEngine, | ||
BitmapAdapter | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters