Merge pull request #79 from NateScarlet/type-definitions

feat: support typescript
This commit is contained in:
Javi Agenjo
2019-05-08 09:55:52 +02:00
committed by GitHub
2 changed files with 1391 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.7.0",
"description": "A graph node editor similar to PD or UDK Blueprints, it works in a HTML5 Canvas and allow to exported graphs to be included in applications.",
"main": "build/litegraph.js",
"types": "src/litegraph.d.ts",
"directories": {
"doc": "doc"
},
@@ -24,7 +25,8 @@
"license": "MIT",
"files": [
"build",
"css/litegraph.css"
"css/litegraph.css",
"src/litegraph.d.ts"
],
"bugs": {
"url": "https://github.com/jagenjo/litegraph.js/issues"

1388
src/litegraph.d.ts vendored Normal file

File diff suppressed because it is too large Load Diff