### croutonjs

Review [this file](/croutonjs/src/js/crouton-core.js#L5) for a list of parameter descriptions.  The defaults are listed.

There is a [sample](https://github.com/bmlt-enabled/crouton/blob/main/croutonjs/dist/sample.html) to show how to initialize crouton, render and get counts.

You can always download the latest stable version of croutonjs here: https://github.com/bmlt-enabled/crouton/releases/latest

### CDN (Content Delivery Network)

If you are in situation where you cannot host croutonjs on a webserver.  You can utilize a free CDN.

You can reference the latest version always of croutonjs here.

https://cdn.jsdelivr.net/npm/@bmlt-enabled/croutonjs/crouton.min.js 

or you can point to a specific version if you want to:

https://cdn.jsdelivr.net/npm/@bmlt-enabled/croutonjs@3.11.1/crouton.min.js.

Check out the [sample]([sample](https://github.com/bmlt-enabled/crouton/blob/main/croutonjs/dist/sample_jsdeliver.html) usage. 

### npm

croutonjs is published @ npmjs `npm install -i @bmlt-enabled/croutonjs`.
