@panda-ai/image
v0.2.2
Published
In browser image compression, powered by WASM (imagequant)
Maintainers
Readme
@panda-ai/image
Template to kickstart creating a Node.js module using TypeScript and VSCode
Inspired by node-module-boilerplate
Features
- Semantic Release
- Issue Templates
- GitHub Actions
- Codecov
- VSCode Launch Configurations
- TypeScript
- Husky
- Commitizen
- Prettier
Add NPM Token
Add your npm token to your GitHub repository secrets as NPM_TOKEN.
Add Codecov integration
Enable the Codecov GitHub App here.
Remove everything from here and above
@panda-ai/image
My awesome module
Install
npm install @panda-ai/imageUsage
import { myPackage } from '@panda-ai/image';
myPackage('hello');
//=> 'hello from my package'