Skip to content

Commit

Permalink
Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tentone committed Dec 26, 2022
1 parent 89c3ac2 commit 3071734
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
### Example
- You can test some live demos of the library running from the project page.
- Some of these examples might require API keys for the map services used.
- [Sandbox](https://tentone.github.io/geo-three/examples/index.html)
- [Sandbox](https://tentone.github.io/geo-three/examples/providers.html)
- [Globe](https://tentone.github.io/geo-three/examples/transition.html)

### Usage
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions rollup.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default [
output: [
{
format: 'iife',
file: 'example/transition.js',
file: 'examples/transition.js',
indent: '\t'
}
]
Expand All @@ -29,7 +29,7 @@ export default [
output: [
{
format: 'iife',
file: 'example/providers.js',
file: 'examples/providers.js',
indent: '\t'
}
]
Expand Down

0 comments on commit 3071734

Please sign in to comment.