UNPKG

@sad-systems/frigate-core

Version:

Frontend core library by MrDigger

48 lines (25 loc) 825 B
# Frigate core ###### Author: MrDigger <mrdigger@sad-systems.ru> ###### © SAD-Systems [http://sad-systems.ru](), 2019 ## Description Frigate core library. Provides the framework independent functions and classes for "Frigate" lib. Full description, docs and sources see on [github](https://github.com/sad-systems/frigate). ## Install ``` yarn add @sad-systems/frigate-core or npm install --save @sad-systems/frigate-core ``` ## Usage ```javascript import { <namespace> } from '@sad-systems/frigate-core'; import { <function> } from '@sad-systems/frigate-core/<namespace>/<function>'; <function>(...); ```` ## Live demo Try the [live demo](http://frigate.examples.sad-systems.ru/). ## Documentation View [classes description](http://frigate.examples.sad-systems.ru/docs/). ## License MIT