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

Folders and files

NameName
Last commit message
Last commit date
Dec 22, 2023
Dec 20, 2023
Dec 20, 2023
Sep 8, 2023
Mar 1, 2024
Dec 22, 2023
Dec 20, 2023
Sep 20, 2023
Dec 20, 2023
Sep 11, 2023
Sep 3, 2023
Sep 9, 2023
Sep 11, 2023
Sep 25, 2023
Sep 2, 2023
Sep 25, 2023
Sep 20, 2023
Dec 20, 2023
Sep 11, 2023
Mar 1, 2024
Sep 11, 2023
Dec 20, 2023
Dec 20, 2023

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