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
- Host: GitHub
- URL: https://github.com/dlemstra/magick-wasm-docs
- Owner: dlemstra
- Created: 2021-08-19T06:37:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T05:43:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T06:48:37.681Z (over 1 year ago)
- Language: Vue
- Homepage: https://dlemstra.github.io/magick-wasm-docs/
- Size: 2.72 MB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).