gs-json
Version:
gs-JSON is a domain agnostic unifying 3D file format for geometric and semantic modelling (hence the 'gs').
19 lines (12 loc) • 447 B
Markdown
Install the module from the github repository using "npm install"
```
npm install gs-json
```
You can now use gs-json modules by importing them wherever required. For example:
```
import * as gs from "gs-json";
```
Run npm update to update the package.
For the gs-json utils, you can also directly download the "./src/typescript/gs-json/utils" folder and directly import the 'gs-json.ts' file.