@cameratag/react_photo
v0.1.2
Published
A React Component wrapping CameraTag's photo object (<photo>). Allows you to easily embed a Photo asset from your CameraTag account into your app.
Maintainers
Readme
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'/>
}