Socket
Socket
Sign inDemoInstall

image-editor-bk-rust

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    image-editor-bk-rust

- 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.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
75.4 kB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 28 Sep 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc