MCPcopy Create free account
hub / github.com/meliorence/react-native-render-html / run

Function run

scripts/processSvgAssets.js:41–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41async function run() {
42 const assets = await fs.readdir(sourceDir);
43 const targetDemoTasks = assets.map((asset) => optimizeSvgFile(asset));
44 return Promise.all(targetDemoTasks);
45}
46
47run().catch((e) => console.error(e));

Callers 1

Calls 1

optimizeSvgFileFunction · 0.85

Tested by

no test coverage detected