Notifications You must be signed in to change notification settings This repository also includes an example graphics layer that you can import. It has all the correct options set, and a sample design ...
new ScheduleConverter({ input: 'test.osz', output: 'output', logLevel: 2 }) .wait() .then(data => { data.forEach(entry => { if (entry.type == 'service') { console.log ...