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 a663fce commit 7d8f1b9Copy full SHA for 7d8f1b9
README.md
@@ -33,17 +33,6 @@ bun install solid-js @dschz/load-script @dschz/solid-create-script
33
> - `solid-js`
34
> - `@dschz/load-script`
35
36
-## 🔧 Usage
37
-
38
-```ts
39
-import { createScript } from "@dschz/solid-create-script";
40
41
-const script = createScript({
42
- src: "https://example.com/library.js",
43
- options: { async: true },
44
-});
45
-```
46
47
## 🧠 API
48
49
### `createScript(src, options?, container?)`
0 commit comments