1.2.6 • Published 6 months ago

pixfly-kit v1.2.6

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Pixfly Kit

Pixfly

Introduction

Pixfly is the next-generation platform designed to make image management effortless. With Pixfly, you can seamlessly manage your images, transform them on the fly, and optimize delivery—everything at lightning speed. Whether you’re a solo developer or part of a team, Pixfly integrates effortlessly into your workflow, offering a hassle-free experience from day one.

Features

  • Easy to set up for real, you can make it work in less than 30sec!
  • Fast and efficient image optimization
  • Image optimization and transformation on the fly
  • Beautiful image uploader component
  • Dark mode

Installation

npm i pixfly-kit framer-motion axios

Requirements

  • React 18+
  • Framer Motion
  • Axios

Usage

import { PixflyUploader } from "pixfly-kit";
import "pixfly-kit/dist/styles.css";

function App() {
  return (
    <PixflyUploader
      apiKey="YOUR_API_KEY"
      proj="YOUR_PROJECT_NAME"
      onUploadSuccess={(result) => {
        console.log(result);
      }}
      onUploadError={(error) => {
        console.log(error);
      }}
    />
  );
}

export default App;

Documentation

Check the documentation to get you started!

Props

NameTypeDescription
apiKeystringYour Pixfly API key.
projstringYour Pixfly project name.
onUploadSuccessfunctionCallback function to handle successful image upload.
onUploadErrorfunctionCallback function to handle upload errors.

Contributing

We welcome contributions to Pixfly! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

Pixfly is released under the MIT License.

1.2.6

6 months ago

1.2.4

6 months ago

1.2.3

6 months ago

1.2.2

6 months ago

1.2.1

6 months ago

1.2.0

6 months ago

1.1.6

6 months ago

1.1.14

6 months ago

1.1.13

6 months ago

1.1.12

6 months ago

1.1.11

6 months ago

1.1.10

6 months ago

1.1.9

6 months ago

1.1.8

6 months ago

1.1.7

6 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.10

6 months ago