@casbah/strapi-helpers
v2.0.2
Published
Functions that make your life easier if you are using Strapi
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 releaseUsing 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 --saveimport {
fileFormats,
getImageFormat,
getBestImageFormat,
getImageWidth,
getImageHeight,
fileIsSvg,
fileIsImage,
fileIsVideo,
} from '@casbah/strapi-helpers';