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:
@ -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)"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user