A JavaScript library that lets you curve type on the web.
A JavaScript library that lets you curve type on the web.
Demo: https://circletype.labwire.ca
In a browser:
<script src="circletype.min.js"></script>
Using npm:
$ npm i circletype --save
Load ES module:
import CircleType from `circletype`;
{{>main}}
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 |