{"id":21161535,"url":"https://github.com/mudin/vue-leon","last_synced_at":"2025-03-14T16:11:43.589Z","repository":{"id":72022879,"uuid":"207939230","full_name":"mudin/vue-leon","owner":"mudin","description":"Vue wrapper for leonsans - Leon Sans is a geometric sans-serif typeface made with code in 2019 by Jongmin Kim.","archived":false,"fork":false,"pushed_at":"2019-09-12T04:54:43.000Z","size":34,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T17:16:48.612Z","etag":null,"topics":["animation","leonsans","morph","sans-serif","typeface","vue","vue-leon","vue-leonsans"],"latest_commit_sha":null,"homepage":"https://leon-kim.com/examples/#all","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mudin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-12T01:33:27.000Z","updated_at":"2019-12-09T03:44:11.000Z","dependencies_parsed_at":"2023-05-24T14:45:27.281Z","dependency_job_id":null,"html_url":"https://github.com/mudin/vue-leon","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue-leon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue-leon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue-leon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue-leon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudin","download_url":"https://codeload.github.com/mudin/vue-leon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243606958,"owners_count":20318314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animation","leonsans","morph","sans-serif","typeface","vue","vue-leon","vue-leonsans"],"created_at":"2024-11-20T13:14:41.437Z","updated_at":"2025-03-14T16:11:43.577Z","avatar_url":"https://github.com/mudin.png","language":"JavaScript","readme":"# vue-leon\n\n\u003cimg align=\"right\" height=\"178\" title=\"vue-leon Limit logo\" src=\"docs/logo.png\"\u003e\n\n\u003ca href=\"https://travis-ci.org/mudin/vue-leon\"\u003e\n  \u003cimg src=\"https://travis-ci.org/mudin/vue-leon.svg?branch=master\" alt=\"Downloads\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/vue-leon\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/dt/vue-leon.svg\" alt=\"Downloads\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/vue-leon\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/v/vue-leon.svg\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.npmjs.com/package/vue-leon\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/l/vue-leon.svg\" alt=\"License\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://gitter.im/vue-leon/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge\"\u003e\n  \u003cimg src=\"https://badges.gitter.im/vue-leon/Lobby.svg\" alt=\"Gitter\"\u003e\n\u003c/a\u003e\n\n[![Coverage Status](https://coveralls.io/repos/github/mudin/vue-leon/badge.svg?branch=master)](https://coveralls.io/github/mudin/vue-leon?branch=master)\n\nvue-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.\n\n## How to install\n\n```bash\nnpm install vue-leon --save\n```\n\n### Importing the library in Webpack / Rollup\n\n```html\n\u003ctemplate\u003e\n  \u003cvue-leon ref=\"leon\" :options=\"options\" :controll=\"controll\"\u003e\u003c/vue-leon\u003e\n\u003c/template\u003e\n```\n\n```javascript\nimport VueLeon from \"vue-leon\";\n\nexport default {\n  components: {\n    VueLeon\n  },\n  data() {\n    return {\n      options: {\n        text: \"Hello World\",\n        size: 100,\n        weight: 200\n      },\n      controll: {\n        points: false,\n        box: false,\n        grids: false,\n        roundCap: false,\n        multiply: false\n      }\n    };\n  }\n};\n```\n\nThis will reduce the size of the bundle significantly\n\n## Documentation\n\nComing soon\n\n## Authors\n\nMudin Ibrahim\n\n## Contributors\n\nThanks goes to these [wonderful people](https://github.com/mudin/vue-leon/contributors)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudin%2Fvue-leon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudin%2Fvue-leon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudin%2Fvue-leon/lists"}