A React component for displaying and processing raster images.
TBD
https://pixelium.zakodium.com/
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.
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
This software is licensed under the MIT license. All rights reserved.