propresenter-extension
v0.0.1
Published
My Electron application description
Downloads
5
Readme
Proto files
The proto files are downloaded from this repository: https://github.com/greyshirtguy/ProPresenter7-Proto
How wo create typescript definition from proto files
npm install -g protobufjs-cli
pbjs -t static-module -w es6 -o src/proto/presentation.js proto/presentation.proto
pbts -o src/proto/presentation.d.ts src/proto/presentation.js