@tuby/kereal-osg
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

#@tuby/kereal-osg

The kereal osg inner engine instance.

##Installation With NPM:

$ npm install @tuby/kereal-osg

With Yarn:

$ yarn @tuby/kereal-osg

##Update With NPM:

$ npm update @tuby/kereal-osg

With Yarn:

$ yarn upgrade @tuby/kereal-osg

Usage

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

📜 Changelog

Detailed changes for each release are documented in the CHANGELOG.md

©️ License

MIT

/@tuby/kereal-osg/

    Package Sidebar

    Install

    npm i @tuby/kereal-osg

    Weekly Downloads

    1

    Version

    0.4.1

    License

    MIT

    Unpacked Size

    280 kB

    Total Files

    10

    Last publish

    Collaborators

    • tubycn