https://github.com/danielhaim1/dropcaps
Simple drop caps that are accessible and responsive
https://github.com/danielhaim1/dropcaps
Last synced: 12 months ago
JSON representation
Simple drop caps that are accessible and responsive
- Host: GitHub
- URL: https://github.com/danielhaim1/dropcaps
- Owner: danielhaim1
- License: mit
- Created: 2022-11-16T14:50:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T15:05:34.000Z (over 3 years ago)
- Last Synced: 2025-06-04T08:56:38.482Z (about 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dropcaps
Simple drop caps that are accessible and responsive
### Example
Input:
```html
Before the invention of typography, pages of books, or anything of a broadside nature, were printed from woodcuts, i.e.
```
Output:
```html
Before
Before
the invention of typography, pages of books, or anything of a broadside nature, were printed from woodcuts, i.e.
```