Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yinkakun/percent-letter-spacing-to-px
https://github.com/yinkakun/percent-letter-spacing-to-px
calculator converter figma letter-spacing
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yinkakun/percent-letter-spacing-to-px
- Owner: yinkakun
- Created: 2021-10-30T19:40:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T21:39:06.000Z (about 3 years ago)
- Last Synced: 2024-10-14T07:11:39.810Z (2 months ago)
- Topics: calculator, converter, figma, letter-spacing
- Language: TypeScript
- Homepage: https://percent-letter-spacing-to-px.vercel.app
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Figm Percent Letter Spacing to Px
A simple tool to convert Figma percent letter spacing values to px. Built with Next JS and styled using Tailwind CSS.
## Local Installation
```bash
# Install dependencies
$ yarn install# Serve with hot reload at localhost:3000
$ yarn dev# Generate static project
$ yarn build
```