-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52b2ce9
commit c272ac6
Showing
7 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|