-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5160e79
commit f165f78
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -228,14 +228,6 @@ The ES6 modules are located in `src/js/`. You need to load the stylesheet file e | |
</script> | ||
``` | ||
|
||
You can also load modules via CDN, e.g.: | ||
|
||
```html | ||
<script type="module"> | ||
import Spotlight from "https://unpkg.com/[email protected]/src/js/spotlight.js"; | ||
</script> | ||
``` | ||
|
||
The ES6 modules are not minified. Please use your favored bundler or build tool for this purpose. | ||
|
||
## Basic Usage (Markup) | ||
|