Snapshot Interface
Adding Snapshot to Your Project
To integrate the Snapshot interface into your project, you need to follow two simple steps:
- Add the Snapshot script in your project
- Use the custom Snapshot component anywhere in your application
Step 1: Add the Snapshot Script
First, you need to include the Snapshot script in your project. This script is non-blocking as it will load in parallel will your application.
<script src="https://snapshot-two-self.vercel.app/static/js/main.js" async defer></script>
Step 2: Use the Snapshot Component
Now you can use the Snapshot custom element anywhere in your application.
<snapshot-interface />