0.0.6 • Published 5 years ago

@control-fitness/helper-cdn v0.0.6

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
5 years ago

helper-cdn

Control Fitness helper to fetch CDN files.

pipeline status

Example

import Cdn from 'react-cf-helper-cdn';

...
Cdn.image('logo-text-296-40.svg')

// http://cdn.control.fitness/images/logo-text-296-40.svg
...

Clone repository

$ git clone https://gitlab.com/control-fitness/helper-cdn.git

Install dependencies

$ yarn

Run docs

$ yarn start

Run dist

$ yarn dist

Run test

$ yarn test