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: 26 days ago
JSON representation

A JavaScript library that lets you curve type on the web.

Lists

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 |