@casbah/strapi-helpers
v2.0.2
Published
Functions that make your life easier if you are using Strapi
Downloads
39
Keywords
Readme
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/[email protected] --save
# install strapi 4
$ npm install @casbah/strapi-helpers --save
import {
fileFormats,
getImageFormat,
getBestImageFormat,
getImageWidth,
getImageHeight,
fileIsSvg,
fileIsImage,
fileIsVideo,
} from '@casbah/strapi-helpers';