Skip to main content

Installation

Node

Halosight Embedding Helper can be installed in your existing node application using the following command:

npm i @halosight-public/halosight-embedding-helper

or

yarn add @halosight-public/halosight-embedding-helper

CDN Usage

You can include the Halosight Embedding Helper directly from any of these CDNs:

jsDelivr

<script src="https://cdn.jsdelivr.net/npm/@halosight-public/halosight-embedding-helper@latest/dist/index.js"></script>
<!-- Minified version -->
<script src="https://cdn.jsdelivr.net/npm/@halosight-public/halosight-embedding-helper@latest/dist/index.min.js"></script>

Unpkg

<script src="https://unpkg.com/@halosight-public/halosight-embedding-helper@latest/dist/index.js"></script>
<!-- Minified version -->
<script src="https://unpkg.com/@halosight-public/halosight-embedding-helper@latest/dist/index.min.js"></script>