0.0.14 • Published 4 years ago
@exposuredigital/strapi-helpers v0.0.14
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
$ npm install @exposuredigital/strapi-helpers --save
import {
fileFormats,
getImageFormat,
getBestImageFormat,
getImageWidth,
getImageHeight,
fileIsSvg,
fileIsImage,
fileIsVideo,
} from "@exposuredigital/strapi-helpers";