xmind-sdk-javascript icon indicating copy to clipboard operation
xmind-sdk-javascript copied to clipboard

please give me a open xmind file demo ?

Open jiuyuehe opened this issue 5 years ago • 0 comments

I have some problems when I use this sdk to load / open xxx.xmind file. many times but is faile all way ! thank you !

` var tfile = document.getElementById("tfile");

tfile.addEventListener('change', (event) => {

console.log(event); var file = event.target.files[0];

console.log(file);

var workbookFromFile = xmind.open(file);

console.log("workbookFromFile",workbookFromFile)`

jiuyuehe avatar Nov 21 '19 16:11 jiuyuehe