# osgb
osg-serializier-js is PureJS module for serializing `.osgt` and `.osgb` files. 

**The tool is still in development** but I will be happy to your issues and contributions

##  installation and usage

In terminal: `npm install --save osgb`

In code:
```javascript
const osg = require('osgb');

file = osg.readFile("MyAwesome3DModel.osgb");

// start workin with 3d data

```
