0.0.14 • Published 4 years ago

@exposuredigital/strapi-helpers v0.0.14

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 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
$ npm install @exposuredigital/strapi-helpers --save
import {
  fileFormats,
  getImageFormat,
  getBestImageFormat,
  getImageWidth,
  getImageHeight,
  fileIsSvg,
  fileIsImage,
  fileIsVideo,
} from "@exposuredigital/strapi-helpers";
0.0.14

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago