@tuby/kereal-osg
Version:
The kereal osg inner engine instance.
59 lines (37 loc) • 738 B
Markdown
#@tuby/kereal-osg
The kereal osg inner engine instance.
##Installation
With NPM:
```bash
$ npm install @tuby/kereal-osg
```
With Yarn:
```bash
$ yarn @tuby/kereal-osg
```
##Update
With NPM:
```bash
$ npm update @tuby/kereal-osg
```
With Yarn:
```bash
$ yarn upgrade @tuby/kereal-osg
```
## Usage
```javascript
import {createKereal} from '@tuby/kereal-osg'
let options={
url: 'ws://127.0.0.1:9385',
viewer:'TheViewer'
}
var kereal= createKereal(options);
```
## Testing & Dev
```
npm run dev
```
## :scroll: Changelog
Detailed changes for each release are documented in the CHANGELOG.md
## :copyright: License
[MIT](http://opensource.org/licenses/MIT)