UNPKG

kn-file-viewer

Version:
9 lines (6 loc) 152 B
'use strict' import processPptx from './process_pptx' processPptx( func => { self.onmessage = e => func(e.data) }, msg => self.postMessage(msg) )