0.1.1 • Published 8 months ago
@cameratag/react_photo v0.1.1
CameraTag's Photo
This react component allows you to embed a CameraTag <Photo> in your React app.
Initialize A Photo
Below is an example of how to load a <Photo> in your app.
import Photo from "@cameratag/react_photo";
export default function App() {
return <Photo uuid='a-6793d070-dbac-013b-f57a-529b7d4fe95c' id='myPhoto'/>
}