Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```