2.0.2 • Published 2 years ago

@casbah/strapi-helpers v2.0.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

Strapi helpers

Dev

# install
$ npm install
# build
$ npm run build
# create changelog, push to repo commits, publish on npm new version
$ npm run release

Using in project

Functions that make your life easier if you are using Strapi.

# install strapi 3
$ npm install @casbah/strapi-helpers@0.0.14 --save
# install strapi 4
$ npm install @casbah/strapi-helpers --save
import {
  fileFormats,
  getImageFormat,
  getBestImageFormat,
  getImageWidth,
  getImageHeight,
  fileIsSvg,
  fileIsImage,
  fileIsVideo,
} from '@casbah/strapi-helpers';
2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

0.0.14

3 years ago