-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi! Thank you for this awesome library!
I'm building a simple website archival API (currently just submits URLs to selected archive sites) and I'd love to add freeze-dry as an addition to it -- I am relatively noob to the javascript world though, so I'm a bit lost on how to approach this;
I understand freeze-dry runs in the browser context (?), so something like playwright will be needed to do this which is what I've been trialing.
I tried to modify and run the playwright tests in the 'customisation' branch as a hacky starting point, and I'm currently stuck with this error when running npm run test
page.evaluate: ReferenceError: freezeDry is not defined
> 17 | const html = await page.evaluate('freezeDry(document, { now: new Date(1534615340948) })')
| ^
18 | console.log(html)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels