Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1f2678d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
fethij committed Jun 7, 2024
1 parent 076cc73 commit d351e11
Show file tree
Hide file tree
Showing 12 changed files with 1,171 additions and 0 deletions.
Binary file added 8433c6b69bfa201b0895.wasm
Binary file not shown.
2 changes: 2 additions & 0 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Manifest-Version: 1.0

Binary file added Rijksmuseum-composeApp-wasm-js.wasm
Binary file not shown.
3 changes: 3 additions & 0 deletions composeApp.js

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions composeApp.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
*/

/*
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
*/

/*
* @copyright (c) 2016, Philipp Thürwächter, Pattrick Hüper
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
*/

/**
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
*/

/**
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
*/

//! @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos

//! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors

//! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)

//! @version @js-joda/core - 3.2.0
1 change: 1 addition & 0 deletions composeApp.js.map

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version:0
string|art_item|QXJ0SXRlbQ==
string|arts_list|QXJ0c0xpc3Q=
string|arts_loading|QXJ0c0xvYWRpbmc=
string|arts_screen|QXJ0c1NjcmVlbg==
string|collection|Q29sbGVjdGlvbg==
string|detail_screen|QXJ0c1NjcmVlbg==
string|error|RXJyb3I=
string|loading|TG9hZGluZw==
string|no_arts|Tm8gQXJ0cyBmb3Igbm93IQ==
string|something_went_wrong|U29tZXRoaW5nIHdlbnQgd3JvbmcsIHRyeSBhZ2FpbiBsYXRlci4=
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rijksmuseum</title>
<script src="skiko.js"></script>
</head>
<body>
<div>
<canvas id="ComposeTarget" width="800" height="600"></canvas>
</div>
<script src="composeApp.js"></script>
</body>
</html>
87 changes: 87 additions & 0 deletions skiko.js

Large diffs are not rendered by default.

1,017 changes: 1,017 additions & 0 deletions skiko.mjs

Large diffs are not rendered by default.

Binary file added skiko.wasm
Binary file not shown.

0 comments on commit d351e11

Please sign in to comment.