/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

// Add the following script tag to your web page to get the latest version:


<script src="https://unpkg.com/@rive-app/canvas"></script>

// You can also pin to a specific version (See [here](https://www.npmjs.com/package/@rive-app/canvas) for the latest):


<script src="https://unpkg.com/@rive-app/canvas@2.24.0"></script>

// This will make a global `rive` object available, allowing you to access the Rive API via the `rive` entry point:

new rive.Rive({});