Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsgroen committed Apr 15, 2021
1 parent 52b2ce9 commit c272ac6
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Geppetto is a free and open animation tool to embed webGL animations in a web site. This is the repository for the desktop app.
Made with [Create React App](https://github.com/facebook/create-react-app) and [Electron](https://electronjs.org/).

- [Geppetto demo](https://matthijsgroen.github.io/geppetto/)
- [Geppetto demo](https://geppetto.js.org/)
- [Geppetto JavaScript Player library](https://github.com/matthijsgroen/geppetto-player)
- [Documentation](https://github.com/matthijsgroen/geppetto/wiki)
- [Discussions](https://github.com/matthijsgroen/geppetto/discussions)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.3535b31f.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.3535b31f.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><title>Geppetto - Create 2D WebGL Animations</title><link rel="stylesheet" type="text/css" href="/geppetto/index.9c46c1b6.css"></head><body> <div id="root"> <canvas id="theatre"></canvas> </div> <button>Stop smoke</button> <button>Stop wheel</button> <button>Wink</button> <div class="download"> <h1 id="version">Version</h1> <h2>Windows</h2> <ul id="download-win"></ul> <h2>Mac</h2> <ul id="download-mac"></ul> <h2>Linux</h2> <ul id="download-linux"></ul> </div> <script type="module" src="/geppetto/index.3535b31f.js"></script> </body></html>
<!DOCTYPE html><html><head><meta charset="utf-8"><title>Geppetto - Create 2D WebGL Animations</title><link rel="stylesheet" type="text/css" href="/index.9c46c1b6.css"><link rel="icon shortcut" type="image/png" href="/logo192.0880bb36.png"><meta name="description" content="Geppetto is a free and open animation tool to embed webGL animations in a web site."><meta property="og:title" content="Geppetto"><meta property="og:description" content="Geppetto is a free and open animation tool to embed webGL animations in a web site."><meta name="keywords" content="WebGL, Animation"><meta name="author" content="Matthijs Groen"><meta name="viewport" content="width=device-width, initial-scale=1.0"></head><body> <div id="root"> <canvas id="theatre"></canvas> </div> <button>Stop smoke</button> <button>Stop wheel</button> <button>Wink</button> <div class="download"> <h1 id="version">Version</h1> <h2>Windows</h2> <ul id="download-win"></ul> <h2>Mac</h2> <ul id="download-mac"></ul> <h2>Linux</h2> <ul id="download-linux"></ul> </div> <script type="module" src="/index.3535b31f.js"></script> </body></html>
Binary file modified docs/landscape.21a3263c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logo192.0880bb36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"description": "Geppetto is a free and open animation tool to embed webGL animations in a web site.",
"main": "../docs/index.html",
"author": "Matthijs Groen <[email protected]> (https://github.com/matthijsgroen)",
"homepage": "https://matthijsgroen.github.io/geppetto",
"homepage": "https://geppetto.js.org",
"license": "MIT",
"private": true,
"scripts": {
"start": "parcel serve ./src/index.html",
"build": "parcel build ./src/index.html --no-content-hash --public-url /geppetto/"
"build": "parcel build ./src/index.html --no-content-hash"
},
"devDependencies": {
"@parcel/transformer-image": "2.0.0-beta.2",
Expand Down

0 comments on commit c272ac6

Please sign in to comment.