Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 665 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 665 Bytes

Carafe.js

This JavaScript turbo-charges any Carafe Bundle project. It provides a Bundle developer with useful features such as a head loader, FM WebViewer Bridge, and a ready function that ensures all dependencies are loaded before your Bundle runs.

Installation

To use Carafe.js in your Bundle, you can include it from a CDN, or you can include the 19kb of minified code inside a <script type="application/javascript"></script> tag.

<script type="application/javascript" src="https://cdn.jsdelivr.net/gh/soliantconsulting/[email protected]/dist/Carafe.js"></script>