refilelabs/image
Image layer repository holding all image tooling.
The refilelabs/image
repository provides core utilities for image manipulation within the re;file labs platform. It offers robust, high-performance image processing features powered by WebAssembly (WASM) for secure, browser-based operations.
Clone the repository:
git clone https://github.com/refilelabs/image.git
cd image
Install dependencies (also builds WebAssembly modules):
Using Bun:
bun i
Using npm:
npm install
Using Yarn:
yarn install
Using pnpm:
pnpm install
Start the development server:
Using Bun:
bun dev
Using npm:
npm run dev
Using Yarn:
yarn dev
Using pnpm:
pnpm dev
If you want to use the image utility components in your own project, either include this nuxt layer using the extends feature:
export default defineNuxtConfig({
extends: [
'github:refilelabs/image',
]
})
In case you want to use the actual wasm modules in your project, you can import them directly from the @refilelabs/image
package.
refilelabs/image
├── .playground/ # Temporary playground for testing
├── wasm/ # WebAssembly modules
├── components/ # Image processing components
├── composables/ # Shared Vue composables
├── workers/ # Web Workers for offloading compute-intensive tasks
└── tests/ # Unit tests
This project is licensed under the MIT License. See the LICENSE file for details.
re;file labs — Your secure, private file utility suite.