@zestymarket/r3f-sdk
v3.1.0
Published
This is the react-three-fiber SDK for Zesty Banner integration.
Readme
Zesty React-three-fiber Integration
This is the react-three-fiber SDK for Zesty Banner integration.
Usage
Import the ZestyBanner component and add it to the scene like so:
<ZestyBanner
adUnit={'YOUR_AD_UNIT_ID'}
format={'YOUR_AD_UNIT_FORMAT'}
position={[X, Y, Z]} />Building
If you've run yarn at the top level, you don't need to run it here again.
yarn test to build a development version.
yarn build to build a production version.
