0.1.0 • Published 8 months ago

image-editor-bk-rust v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Pictoral

  • A web-app that provide image manipulation and processing functionalities with the help of rust and wasm-pack.
  • It makes image transformation quick and secure with the help of webassembly.

Installation

Prerequisites

Upgrade npm, install Rust and wasm-pack(a one-stop shop for building and working with Rust-generated WebAssembly that you would like to interop with JavaScript).

npm install npm@latest -g
curl https://sh.rustup.rs -sSf | sh
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

To run locally

Clone the repo

git clone https://github.com/mstomar698/pictoral
#### In source folder 
wasm-pack build
#### Then in Frontend folder 
npm install --legacy-peer-deps
###### Then in pkg folder 
npm link
###### and in frontend folder 
npm link image-editor
## linking
npm run start

To make it run on http://localhost:8080/image-editor

0.1.0

8 months ago