0.0.1 • Published 8 months ago

propresenter-extension v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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