react-native-vrc-osc
v0.5.0
Published
react-native osc library particularly for vrchat programers
Downloads
9
Readme
react-native-vrc-osc
react-native osc library particularly for vrchat programers
Installation
npm install react-native-vrc-osc
pod installUsage
import { createClient, sendMessage } from 'react-native-vrc-osc';
// ...
createClient('192.168.31.100', 9000);
sendMessage('/chatbox/input', ["hello world", true, true]);Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
