resvg wasm

This commit is contained in:
Shivam Meena
2023-06-07 17:29:57 +05:30
parent f3e6d92dab
commit 3306bf03b3
51 changed files with 14678 additions and 1121 deletions

View File

@@ -0,0 +1,9 @@
/** @type {import('@playwright/test').PlaywrightTestConfig} */
const config = {
webServer: {
command: 'npm run build && npm run preview',
port: 4173
}
};
export default config;