Sim gif generation (#1877)

* enable simulator screenshot

* use viewhost screenshotAsync facility

* setup giftransparency

* tweak css for gif generation

* patch colors

* update theme

* specify custom gif color

* moving as experiement

* bump pxt
This commit is contained in:
Peli de Halleux
2019-02-27 15:04:03 -08:00
committed by GitHub
parent fea7634da7
commit 835e1b2e1c
7 changed files with 23 additions and 14 deletions

View File

@ -17,6 +17,7 @@
"workspace": false,
"packages": true,
"sharing": true,
"thumbnails": true,
"publishing": true,
"importing": true,
"preferredPackages": [
@ -282,7 +283,9 @@
"instructions",
"debugger",
"bluetoothUartConsole",
"bluetoothPartialFlashing"
"bluetoothPartialFlashing",
"simScreenshot",
"simGif"
],
"bluetoothUartFilters": [{
"namePrefix": "BBC micro:bit"
@ -440,6 +443,7 @@
"editorVersionPaths": {
"0": "v0"
},
"scriptManager": true
"scriptManager": true,
"simGifTransparent": "rgba(0,0,0,0)"
}
}