@vertexvis/geometry
Advanced tools
Comparing version 0.9.19-canary.0 to 0.9.19-canary.1
{ | ||
"name": "@vertexvis/geometry", | ||
"version": "0.9.19-canary.0", | ||
"version": "0.9.19-canary.1", | ||
"description": "Library for 2D and 3D geometric types.", | ||
@@ -42,3 +42,3 @@ "license": "MIT", | ||
"@vertexvis/jest-config-vertexvis": "0.4.4", | ||
"@vertexwebsdk/build": "^0.9.19-canary.0", | ||
"@vertexwebsdk/build": "^0.9.19-canary.1", | ||
"eslint": "^6.1.0", | ||
@@ -53,3 +53,3 @@ "jest": "^24.9.0", | ||
}, | ||
"gitHead": "299004f8d04ef1186ef42e75b186cc770ca6dcdf" | ||
"gitHead": "312d96d0650e0ed3fb979bdc2b6abe69e2a33854" | ||
} |
@@ -6,2 +6,5 @@ <!-- DO NOT EDIT THE README.md DIRECTLY. THIS FILE IS AUTO-GENERATED. --> | ||
![npm](https://img.shields.io/npm/v/@vertexvis/geometry) | ||
![npm (scoped with tag)](https://img.shields.io/npm/v/@vertexvis/viewer/canary) | ||
2D and 3D Geometry Types for JS. | ||
@@ -13,3 +16,3 @@ | ||
The easiest way to use the helpers provided in this package is by including a `<script>` | ||
The easiest way to use the helpers provided in this package is by including a `<script>` | ||
tag in your HTML file that references our published JS bundles from a CDN. These helpers | ||
@@ -30,3 +33,3 @@ can then be used in combination with our [Viewer SDK](https://www.npmjs.com/package/@vertexvis/viewer) | ||
const viewer = document.querySelector('#viewer'); | ||
const scene = await viewer.scene(); | ||
const scene = await viewer.scene(); | ||
const camera = scene.camera(); | ||
@@ -44,2 +47,2 @@ | ||
</html> | ||
``` | ||
``` |
396767