Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 524 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 524 Bytes

Missing studio's protos

This repository contains protobuf definition and generated code for Missing studio - An AI studio. All the .proto files located at proto folder, it is recommended to import generated code rather than original definition.

Go

go get github.com/missingstudio/protos

Js/Ts

bun add https://github.com/missingstudio/protos
# Or
npm install https://github.com/missingstudio/protos
# Or
yarn add https://github.com/missingstudio/protos