Your Gateway to 3D Text Magic!
+Transform your ordinary text into extraordinary 3D visuals with vizAI! Our cutting-edge plugin opens up a whole new dimension,bringing your words to life and captivating your audience like never before. With mesmerizing 3D images that pop off the screen, ignite their imagination and create an immersive experience that leaves a lasting impression. Discover the power of vizAI and revolutionize the way you communicate with your audience.
+Get ready to create captivating visual content with ease!
+
+
+
+Logo by [Simon Poulter](https://twitter.com/viralinfo)
+
+---
+
+[](https://www.npmjs.com/package/ar.js)
+[](https://www.npmjs.com/package/ar.js)
+[](https://travis-ci.org/jeromeetienne/AR.js)
+
+
+- [Places Name](https://nicolo-carpignoli.herokuapp.com/examples/places-name)
+
+ Show icon and place name above. Clicking on places will redirect to a certain URL (now mocked up).
+
+
+
+Every example uses the `places.js` script to load places. You set your places using static data, with specific coordinates, adding these info in the first lines of code (there are comments to explain it better).
+
+Otherwise, as default, the script searches for places of interest near the user using Foursquare APIs. Please retrieve valid API credentials [here](https://developer.foursquare.com/) in order to use it. Place credentials (replace both Client Secret and Client Id) on `places.js`.
+
+You can also use GeoAR.js **without** the script, adding `gps-entity-place` entities directly on the `index.html` file.as documentated [here](https://github.com/jeromeetienne/AR.js/blob/master/aframe/README.md).
+
+
+# Index
+* [Get Started](#Get-Started)
+* [Guides for Beginners](#Guides-for-beginners)
+* [Advanced Guides](#Advanced-Guides)
+* [Examples](#Examples)
+* [Augmented Website](#Augmented-Website)
+* [Tools](#Tools)
+* [Performance](#Performance)
+* [Status](#Status)
+* [Folders](#Folders)
+* [Browser Support](#Browser-Support)
+* [Licenses](#Licenses)
+
+⚠️ *Please always give a look for new undocumented features on the [Changelog](https://github.com/jeromeetienne/AR.js/blob/master/CHANGELOG.md) until the documentation has been updated.*
+
+
+# Get Started
+
+## Augmented Reality for the Web in less than 10 lines of HTML
+
+```html
+
+
+
+
+
+