Mercurial > hg > orthanc-stone
annotate Applications/Samples/Web/single-frame.ts @ 925:4639d0bf6390
Added support for Grayscale16 in the multiframe loader (Victor)
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Mon, 22 Jul 2019 16:00:03 +0200 |
parents | 5055031f4a06 |
children |
rev | line source |
---|---|
466
5055031f4a06
- Added browserify to build. This allows using require calls for modules that
bgo-osimis
parents:
326
diff
changeset
|
1 import wasmApplicationRunner = require('../../../Platforms/Wasm/wasm-application-runner'); |
326 | 2 |
466
5055031f4a06
- Added browserify to build. This allows using require calls for modules that
bgo-osimis
parents:
326
diff
changeset
|
3 wasmApplicationRunner.InitializeWasmApplication("OrthancStoneSingleFrame", "/orthanc"); |
5055031f4a06
- Added browserify to build. This allows using require calls for modules that
bgo-osimis
parents:
326
diff
changeset
|
4 |