Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterhry/circletype
A JavaScript library that lets you curve type on the web.
https://github.com/peterhry/circletype
javascript text-radius typography
Last synced: about 1 month ago
JSON representation
A JavaScript library that lets you curve type on the web.
- Host: GitHub
- URL: https://github.com/peterhry/circletype
- Owner: peterhry
- License: mit
- Created: 2013-02-17T22:54:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T13:06:08.000Z (4 months ago)
- Last Synced: 2024-11-03T14:11:55.271Z (about 2 months ago)
- Topics: javascript, text-radius, typography
- Language: JavaScript
- Homepage: https://circletype.labwire.ca
- Size: 1.66 MB
- Stars: 694
- Watchers: 16
- Forks: 222
- Open Issues: 17
-
Metadata Files:
- Readme: README.hbs
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-javascript - CircleType - A JavaScript library that lets you curve type on the web. - ★ 383 (Typography)
README
# CircleType
[![Build Status](https://travis-ci.org/peterhry/CircleType.svg?branch=master)](https://travis-ci.org/peterhry/CircleType)
A JavaScript library that lets you curve type on the web.
Demo:
## Installation
In a browser:
```html```
Using npm:
```shell
$ npm i circletype --save
```Load ES module:
```js
import CircleType from `circletype`;
```# API
{{>main}}
## Development Commands
| Command | Description |
|:------------------------|:----------------------------------|
| `npm run dev` | Start dev server |
| `npm start` | Build for release |
| `npm test` | Run unit and screenshot tests |
| `npm run docs` | Generate documentation |
| `npm run reference` | Generate reference screenshots |