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

https://github.com/christopheralphonse/pixel2em

For quick CSS conversion, convert pixels to em. You can download files or just copy & paste them into your IDE.
https://github.com/christopheralphonse/pixel2em

javascript pwa reatctjs swc typescript vite volta

Last synced: 9 months ago
JSON representation

For quick CSS conversion, convert pixels to em. You can download files or just copy & paste them into your IDE.

Awesome Lists containing this project

README

          

# Pixel2em
Pixel2em is a simple tool that converts pixel values to em values. This project is built with HTML, CSS, and JavaScript, utilizing PNPM as a package manager.

## Technologies Used
- HTML
- CSS
- JavaScript
- PNPM
- TypeScript
- Vite
- Tailwind
- and more...

# Desktop Pre-view

## Getting Started
To get started with this project, clone the repository and run the following commands:

```bash
pnpm install
pnpm dev
```
This will start the development server and open the application in your default browser.

# Building for Production
To build the project for production, run the following command:

```bash
pnpm build
```
This will build the project and output the files in the dist directory.