https://github.com/hackycy/easyink
✨ EasyInk - Print is Easy!
https://github.com/hackycy/easyink
printer vue
Last synced: about 1 month ago
JSON representation
✨ EasyInk - Print is Easy!
- Host: GitHub
- URL: https://github.com/hackycy/easyink
- Owner: hackycy
- License: mit
- Created: 2026-03-27T00:53:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-12T02:35:02.000Z (about 1 month ago)
- Last Synced: 2026-05-12T02:36:53.688Z (about 1 month ago)
- Topics: printer, vue
- Language: TypeScript
- Homepage: https://hackycy.github.io/easyink/
- Size: 3.35 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyInk
[![License][license-src]][license-href]
✨ EasyInk - Print is Easy!
## Packages
| Package | Version |
| --- | --- |
| [@easyink/designer](packages/designer) | [![npm][designer-npm-version-src]][designer-npm-version-href] |
| [@easyink/viewer](packages/viewer) | [![npm][viewer-npm-version-src]][viewer-npm-version-href] |
| [@easyink/mcp-server](packages/mcp-server) | [![npm][mcp-server-npm-version-src]][mcp-server-npm-version-href] |
## Documentation
- [Document](https://hackycy.github.io/easyink/docs/)
- [Preview](https://hackycy.github.io/easyink)
## Development
```bash
pnpm install
pnpm lint
pnpm typecheck
pnpm build
# playground
pnpm play
```
## License
[MIT](./LICENSE)
[license-src]: https://img.shields.io/github/license/hackycy/easyink.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/hackycy/easyink/blob/main/LICENSE
[designer-npm-version-src]: https://img.shields.io/npm/v/@easyink/designer?style=flat&colorA=080f12&colorB=1fa669
[designer-npm-version-href]: https://npmjs.com/package/@easyink/designer
[mcp-server-npm-version-src]: https://img.shields.io/npm/v/@easyink/mcp-server?style=flat&colorA=080f12&colorB=1fa669
[mcp-server-npm-version-href]: https://npmjs.com/package/@easyink/mcp-server
[viewer-npm-version-src]: https://img.shields.io/npm/v/@easyink/viewer?style=flat&colorA=080f12&colorB=1fa669
[viewer-npm-version-href]: https://npmjs.com/package/@easyink/viewer