An open API service indexing awesome lists of open source software.

https://github.com/mudin/vue-leon

Vue wrapper for leonsans - Leon Sans is a geometric sans-serif typeface made with code in 2019 by Jongmin Kim.
https://github.com/mudin/vue-leon

animation leonsans morph sans-serif typeface vue vue-leon vue-leonsans

Last synced: 11 months ago
JSON representation

Vue wrapper for leonsans - Leon Sans is a geometric sans-serif typeface made with code in 2019 by Jongmin Kim.

Awesome Lists containing this project

README

          

# vue-leon


Downloads


Downloads


Version


License


Gitter

[![Coverage Status](https://coveralls.io/repos/github/mudin/vue-leon/badge.svg?branch=master)](https://coveralls.io/github/mudin/vue-leon?branch=master)

vue-leon is a JavaScript library for the [Vue](https://vuejs.org/) framework that wraps [LeonSans](https://leon-kim.com) making it easy to create reactive geometric sans-serif typeface.

## How to install

```bash
npm install vue-leon --save
```

### Importing the library in Webpack / Rollup

```html

```

```javascript
import VueLeon from "vue-leon";

export default {
components: {
VueLeon
},
data() {
return {
options: {
text: "Hello World",
size: 100,
weight: 200
},
controll: {
points: false,
box: false,
grids: false,
roundCap: false,
multiply: false
}
};
}
};
```

This will reduce the size of the bundle significantly

## Documentation

Coming soon

## Authors

Mudin Ibrahim

## Contributors

Thanks goes to these [wonderful people](https://github.com/mudin/vue-leon/contributors)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details