## Toolbar legacy

[![npm version](https://img.shields.io/npm/v/@backbee/toolbar-legacy?style=flat&logo=npm&color=DF5126)](https://www.npmjs.com/package/@backbee/toolbar-legacy)
[![npm downloads](https://img.shields.io/npm/dm/@backbee/toolbar-legacy?style=flat&logo=npm)](https://www.npmjs.com/package/@backbee/toolbar-legacy)
[![node version](https://img.shields.io/node/v/@backbee/toolbar-legacy?style=flat&logo=node.js)](https://nodejs.org)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![unpkg](https://img.shields.io/badge/CDN-unpkg-orange?style=flat&logo=unpkg)](https://unpkg.com/@backbee/toolbar-legacy/dist/js/app.js)
[![jsdelivr](https://img.shields.io/badge/CDN-jsDelivr-e84d3d?style=flat&logo=jsdelivr)](https://cdn.jsdelivr.net/npm/@backbee/toolbar-legacy/dist/js/app.js)

A legacy toolbar package distributed with ready-to-use assets for browser integration.

## Package contents

This package publishes the `dist/` directory with the following assets:

```text
dist/
├── css/
├── fonts/
├── img/
└── js/
```

## CDN usage

Using unpkg:

```html
<link rel="stylesheet" href="https://unpkg.com/@backbee/toolbar-legacy/dist/css/app.css">
<script src="https://unpkg.com/@backbee/toolbar-legacy/dist/js/app.js"></script>
```

Using jsDelivr:

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@backbee/toolbar-legacy/dist/css/app.css">
<script src="https://cdn.jsdelivr.net/npm/@backbee/toolbar-legacy/dist/js/app.js"></script>
```

## License
[GPL-3.0+](./LICENSE) © BackBee
