Pixfly makes integrating image management and transformations in your web app easy. Follow the steps below to install and configure Pixfly in your project.
To get started, make sure you meet the following system requirements:
Install Pixfly using the following npm command. It’s quick and easy!
$ npm i pixfly-kit axios framer-motion
Pixfly offers two powerful components to help you handle image uploading and transformation seamlessly in your web app:
The PixflyUploader component is designed to make image uploads in your web app fast and efficient. It provides a simple interface to upload images, manage storage, and handle the upload process effortlessly. With just a few lines of code, your users can upload images directly to your server or cloud storage. It’s secure, fast, and integrates seamlessly into your web app.
Key Features:
The PixflyTransform component allows you to manipulate images on the fly using direct API URLs. Whether you need to resize, crop, rotate, or apply other transformations, PixflyTransform handles all of it without modifying the original image. This component is highly flexible and can be integrated easily into your application.
Key Features:
Once you’ve installed Pixfly and understand the components, proceed to the next step to learn how to use them in your project.