File size: 219 Bytes
ee826ee
 
1
2
3
export const chromium = { launch: async () => ({ newPage: async () => ({ goto: async () => {}, screenshot: async () => Buffer.alloc(0), close: async () => {} }), close: async () => {} }) };
export default { chromium };