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.
- Host: GitHub
- URL: https://github.com/mudin/vue-leon
- Owner: mudin
- License: mit
- Created: 2019-09-12T01:33:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T04:54:43.000Z (over 6 years ago)
- Last Synced: 2025-02-23T17:16:48.612Z (12 months ago)
- Topics: animation, leonsans, morph, sans-serif, typeface, vue, vue-leon, vue-leonsans
- Language: JavaScript
- Homepage: https://leon-kim.com/examples/#all
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-leon

[](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