Added default canvas image

This commit is contained in:
Kristofer
2018-01-01 14:42:16 +01:00
parent 8fbd6788de
commit 290c42d65e
4 changed files with 8818 additions and 2672 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "litegraph.js",
"version": "0.3.0-0",
"version": "0.3.0-1",
"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",
"directories": {
@@ -20,7 +20,7 @@
"license": "MIT",
"files": [
"build",
"css"
"css/litegraph.css"
],
"bugs": {
"url": "https://github.com/jagenjo/litegraph.js/issues"