Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jljiu
/
deno-puppeteer
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jljiu
commited on
Sep 8
Commit
c38d8d8
·
verified
·
1 Parent(s):
c10ad6c
Update main.ts
Browse files
Files changed (1)
hide
show
main.ts
+1
-1
main.ts
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
import
{
Puppeteer }
from "
npm:
puppeteer";
2
3
let browser: any;
4
1
+
import
puppeteer
from "puppeteer";
2
3
let browser: any;
4