An open API service indexing awesome lists of open source software.

https://github.com/dlemstra/magick-wasm-docs

Documentation for the @imagemagick/magick-wasm library
https://github.com/dlemstra/magick-wasm-docs

Last synced: 7 months ago
JSON representation

Documentation for the @imagemagick/magick-wasm library

Awesome Lists containing this project

README

          

# magick-wasm-docs

Documentation for the [@imagemagick/magick-wasm](https://www.npmjs.com/package/@imagemagick/magick-wasm) library. The documentation can be found here: https://dlemstra.github.io/magick-wasm-docs/

## Project setup
```
npm install
```

### Locally preview the production build
```
npm run preview
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).