Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Mar 12, 2019
1 parent f19247e commit 3cf1aa1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ You can import Cesium as following:
import { Viewer, Entity, Color } from "cesium";
```

If you are using [Resium](https://resium.darwineducation.com), you can import Cesium and Resium as following.

```js
import { Color } from "cesium";
import { Viewer, Entity } from "resium";
```

## Options

If the option is omiited, the default options is used:
Expand Down

0 comments on commit 3cf1aa1

Please sign in to comment.