zakodium-oss / pixelium

React component to display and process raster image.
https://pixelium.zakodium.com/
MIT License
1 stars 0 forks source link
hacktoberfest

pixelium

A React component for displaying and processing raster images.

Zakodium logo

Maintained by Zakodium

[![build status][ci-image]][ci-url] [![license][license-image]][license-url]

Installation

TBD

Demo

https://pixelium.zakodium.com/

Documentation

Including Pixelium in your project is as simple as:

<Pixelium />

You also can use a WebSource from filelist-utils to load images from a remote server:

<Pixelium webSource={source} />;

It's also possible to pass wanted data, preferences or view data as initial values to the component:

<Pixelium
  data={data}
  preferences={preferences}
  view={view}
/>

Another example of usage is available in the demo source code.

Development

This will run the demo application in local environment.

git clone git@github.com:zakodium-oss/pixelium.git
cd pixelium
npm install
npm run dev

Licensing

This software is licensed under the MIT license. All rights reserved.