Mercurial > hg > orthanc-stone
annotate Applications/Samples/Web/single-frame.ts @ 867:fe96057e97b9 toa2019062502
Added tag toa2019062501 for changeset c71ef52602a0
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Tue, 25 Jun 2019 17:55:50 +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 |