24 lines
366 B
Markdown
24 lines
366 B
Markdown
# CDN
|
|
|
|
You can choose one of the following URLs to initialize React Scan via CDN.
|
|
|
|
## Usage
|
|
|
|
```html
|
|
<script src="https://cdn.jsdelivr.net/npm/react-scan/dist/auto.global.js"></script>
|
|
```
|
|
|
|
## Available URLs
|
|
|
|
### JSDelivr
|
|
|
|
```txt
|
|
https://cdn.jsdelivr.net/npm/react-scan/dist/auto.global.js
|
|
```
|
|
|
|
### UNPKG
|
|
|
|
```txt
|
|
https://unpkg.com/react-scan/dist/auto.global.js
|
|
```
|