eyer simply brings AR to your website
eyeR is an Augmented Reality package for embedding Augmented Reality content on your website.
The eyeR is developed with love for you 😍
You can easily display your products in 3D on the website and
give your users the possibility to view your products in Augmented Reality.
Get started now! 💪
eyer is very easy to use:
First import package:
<script type="module" src="https://unpkg.com/eyer@latest"></script>
\
And in your code, change <img src='example.jpg'/>
to:
<div class='eyer' eyerid='#' imagesrc='example.jpg' style='desired style for image such as:width,height,...'></div>
\
- Don't change class='eyer'
- Replace # with your eyerid got from www.eyer.ir website
- Give your desired style for image (which is in the role of placeholder for 3d model)
for React, use eyer-react package!