2.0.2 • Published 2 years ago
@casbah/strapi-helpers v2.0.2
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';