| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/dev.wowchat.co_old/node_modules/miniraf/ |
Upload File : |
<a href="https://travis-ci.org/jlmakes/miniraf"> <img src="https://img.shields.io/travis/jlmakes/miniraf.svg" alt="Build status"> </a>
<a href="https://coveralls.io/github/jlmakes/miniraf"> <img src="https://img.shields.io/coveralls/jlmakes/miniraf.svg" alt="Coverage"> </a>
<a href="https://www.npmjs.com/package/miniraf"> <img src="https://img.shields.io/npm/v/miniraf.svg" alt="Version"> </a>
<img src="https://img.shields.io/badge/min+gzip-0.2KB-blue.svg" alt="0.2KB min+gzip">
<a href="https://github.com/jlmakes/miniraf/blob/master/LICENSE"> <img src="https://img.shields.io/badge/license-MIT-1283c3.svg" alt="MIT License"> </a>
# Installation
## Browser
A simple and fast way to get started is to include this script on your page:
```html
<script src="https://unpkg.com/miniraf"></script>
```
This will create the global variable `miniraf`.
## Module
```bash
npm install miniraf
```
#### CommonJS
```js
const miniraf = require('miniraf')
```
#### ES2015
```js
import miniraf from 'miniraf'
```