-
Notifications
You must be signed in to change notification settings - Fork 85
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
a1df915
commit c0c7b3b
Showing
6 changed files
with
15 additions
and
14 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
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 |
---|---|---|
|
@@ -20,14 +20,14 @@ To start using MapillaryJS with data from the [Mapillary](https://www.mapillary. | |
Install the package via [Yarn](https://classic.yarnpkg.com) (or [npm](https://docs.npmjs.com/about-npm)). | ||
|
||
```sh | ||
yarn add mapillary-js@next | ||
yarn add mapillary-js | ||
``` | ||
|
||
Use a CSS loader or include the CSS file in the `<head>` of your HTML file. | ||
|
||
```html | ||
<link | ||
href="https://unpkg.com/[email protected]-beta.7/dist/mapillary.css" | ||
href="https://unpkg.com/[email protected]/dist/mapillary.css" | ||
rel="stylesheet" | ||
/> | ||
``` | ||
|
@@ -52,14 +52,14 @@ const viewer = new Viewer({ | |
Install the package via [Yarn](https://classic.yarnpkg.com) (or [npm](https://docs.npmjs.com/about-npm)). | ||
|
||
```sh | ||
yarn add mapillary-js@next | ||
yarn add mapillary-js | ||
``` | ||
|
||
Use a CSS loader or include the CSS file in the `<head>` of your HTML file. | ||
|
||
```html | ||
<link | ||
href="https://unpkg.com/[email protected]-beta.7/dist/mapillary.css" | ||
href="https://unpkg.com/[email protected]/dist/mapillary.css" | ||
rel="stylesheet" | ||
/> | ||
``` | ||
|
@@ -85,9 +85,9 @@ const viewer = new Viewer(options); | |
Include the JavaScript and CSS files in the `<head>` of your HTML file. | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected]-beta.7/dist/mapillary.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/mapillary.js"></script> | ||
<link | ||
href="https://unpkg.com/[email protected]-beta.7/dist/mapillary.css" | ||
href="https://unpkg.com/[email protected]/dist/mapillary.css" | ||
rel="stylesheet" | ||
/> | ||
``` | ||
|
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 |
---|---|---|
|
@@ -44,14 +44,14 @@ Install the package. | |
<TabItem value='yarn'> | ||
|
||
```zsh | ||
yarn add mapillary-js@next | ||
yarn add mapillary-js | ||
``` | ||
|
||
</TabItem> | ||
<TabItem value='npm'> | ||
|
||
```zsh | ||
npm install --save mapillary-js@next | ||
npm install --save mapillary-js | ||
``` | ||
|
||
</TabItem> | ||
|
@@ -61,7 +61,7 @@ Use a CSS loader or include the CSS file in the `<head>` of your HTML file. | |
|
||
```html | ||
<link | ||
href="https://unpkg.com/[email protected]-beta.7/dist/mapillary.css" | ||
href="https://unpkg.com/[email protected]/dist/mapillary.css" | ||
rel="stylesheet" | ||
/> | ||
``` | ||
|
@@ -119,9 +119,9 @@ const viewer = new Viewer({ | |
Include the JavaScript and CSS files in the `<head>` of your HTML file. | ||
|
||
```html | ||
<script src="https://unpkg.com/[email protected]-beta.7/dist/mapillary.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/mapillary.js"></script> | ||
<link | ||
href="https://unpkg.com/[email protected]-beta.7/dist/mapillary.css" | ||
href="https://unpkg.com/[email protected]/dist/mapillary.css" | ||
rel="stylesheet" | ||
/> | ||
``` | ||
|
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
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
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