Skip to content
/ image Public

Collection of utilities for easy image control. @fepack/image, @fepack/react-image

License

Notifications You must be signed in to change notification settings

fepack/image

Repository files navigation


MIT License PRs Welcome

codecov GitHub stars GitHub forks

@fepack/image

npm version

@fepack/image offers a collection of utilities designed for easy image control.

Features

  • load
  • LoadClient
  • checkWebPSupport
  • detect
  • extractRGBs

Installation

npm install @fepack/image
pnpm add @fepack/image
yarn add @fepack/image

@fepack/react-image

npm version

For React developers, @fepack/react-image provides hooks and components tailored for your workflow with images.

Features

  • Load
  • useLoad

Installation

npm install @fepack/react-image
pnpm add @fepack/react-image
yarn add @fepack/react-image

License

MIT