First working state

This commit is contained in:
2022-01-02 17:04:50 +01:00
commit 6657d0f682
43 changed files with 22129 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "360viewer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "TheGreydiamond",
"license": "ISC",
"dependencies": {
"electron": "^16.0.5",
"marzipano": "^0.10.2"
}
}