Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enzious/cy-script


https://github.com/enzious/cy-script

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Building

```sh
npm install
npm run build:release
```

# Installation

Put either the files from `build/debug` or `build/release` into the channel's settings to pull latest production build:

## CHANNEL.js
```javascript
$.getScript('/cy-script.js', function () {
new CyScript();
});
```

## CHANNEL.css
```css
@import url("/cy-script.css");
```