api node - fix media size, remove input width and height

This commit is contained in:
Michal Kolář
2023-01-31 10:35:56 +01:00
parent 40d255746c
commit 40846018d3
4 changed files with 16 additions and 15 deletions

View File

@@ -21,9 +21,10 @@
"@babel/preset-env": "^7.7.5",
"@babel/preset-typescript": "^7.7.4",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.191",
"@types/offscreencanvas": "^2019.7.0",
"babel-jest": "^24.6.0",
"babel-polyfill": "^6.26.0",
"@types/lodash": "^4.14.191",
"jest": "^29.2.2",
"typescript": "^3.7.3"
},