comparison Applications/Samples/Web/simple-viewer-single-file.ts @ 326:612238b3f3e8 am-2

all 4 samples now working in Qt, SDL and wasm
author am@osimis.io
date Tue, 16 Oct 2018 12:57:38 +0200
parents daa04d15192c
children 5055031f4a06
comparison
equal deleted inserted replaced
325:37ab9d83dc9b 326:612238b3f3e8
1 ///<reference path='../../../Platforms/Wasm/wasm-application-runner.ts'/> 1 ///<reference path='../../../Platforms/Wasm/wasm-application-runner.ts'/>
2 2
3 InitializeWasmApplication("OrthancStoneSimpleViewer", "/orthanc"); 3 InitializeWasmApplication("OrthancStoneSimpleViewerSingleFile", "/orthanc");
4 4
5 function SelectTool(toolName: string) { 5 function SelectTool(toolName: string) {
6 var command = { 6 var command = {
7 command: "selectTool", 7 command: "selectTool",
8 args: { 8 args: {