shapediver-types
v1.0.86
Published
* to add ShapeDiver Types just add "shapediver-types" to typescript compiler options
Downloads
203
Keywords
Readme
Add ShapeDiver types
- to add ShapeDiver Types just add "shapediver-types" to typescript compiler options
{
"compilerOptions":
{
...
"types": [ "shapediver-types"],
...
}
}