mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Instead of using html2canvas which is only an approximation of the DOM, we now use the video capture API to get an exact capture of the OSK.
16 lines
406 B
JSON
16 lines
406 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"inlineSources": true,
|
|
"module": "none",
|
|
"outFile": "../release/renderer/bulk_render.js",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
},
|
|
"files": [
|
|
"../node_modules/@keymanapp/web-utils/src/index.ts",
|
|
"../node_modules/@keymanapp/web-environment/environment.inc.ts",
|
|
"../node_modules/@keymanapp/lexical-model-layer/message.d.ts",
|
|
"renderer_core.ts"
|
|
]
|
|
}
|