We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02bd07 commit 1d77c53Copy full SHA for 1d77c53
examples/demo.ts
@@ -1,8 +1,8 @@
1
#!/usr/bin/env -S npm run tsn -T
2
3
import { BrowserUse } from 'browser-use-sdk';
4
-import { spinner } from './utils';
5
import { TaskView } from 'browser-use-sdk/resources';
+import { spinner } from './utils';
6
7
// gets API Key from environment variable BROWSER_USE_API_KEY
8
const browseruse = new BrowserUse();
0 commit comments