Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 979 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 979 Bytes

Labelbits

A label designer based on FabricJS.

Getting Started

To get started with Labelbits, follow these steps:

  1. Clone the repository: git clone [email protected]:mariomenjr/labelbits.git
  2. Install the dependencies: pnpm install
  3. Start the development server: pnpm dev

Configuration

Labelbits uses a configuration file located at designer/app/labelbits.config.ts. This file specifies the plugins to be used in the application.

Plugins

Labelbits uses the following plugins:

  • @labelbits/designer-plugin-textbox
  • @labelbits/designer-plugin-barcode
  • @labelbits/designer-plugin-qrcode

License

Labelbits is licensed under the MIT license.

Contributing

Contributions are welcome! Please submit a pull request with your changes.

Development

Start the development server by running pnpm dev.

Authors

Acknowledgments

  • Fabric
  • Alpine.js
  • Snowpack
  • Tailwind CSS