Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlyonsmith/create-ios-icons
A tool for creating iOS icon asset libraries from PDF source files
https://github.com/jlyonsmith/create-ios-icons
Last synced: 6 days ago
JSON representation
A tool for creating iOS icon asset libraries from PDF source files
- Host: GitHub
- URL: https://github.com/jlyonsmith/create-ios-icons
- Owner: jlyonsmith
- License: mit
- Created: 2021-02-20T17:12:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T13:46:33.000Z (over 2 years ago)
- Last Synced: 2024-11-08T08:08:24.657Z (8 days ago)
- Language: TypeScript
- Size: 276 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create iOS Icons
![GitHub package.json version](https://img.shields.io/github/package-json/v/jlyonsmith/create-ios-icons) ![Code coverage](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jlyonsmith/create-ios-icons/master/coverage.json) [![npm](https://img.shields.io/npm/dm/@johnls/create-ios-icons)](https://www.npmjs.com/package/@johnls/create-ios-icons) [![GitHub](https://img.shields.io/github/license/jlyonsmith/create-ios-icons)](https://raw.githubusercontent.com/jlyonsmith/create-ios-icons/master/LICENSE)
## Overview
This is a tool for creating all the different iOS icon sizes from a PDF template file.
## Installation
```sh
npm install -g @johnls/create-ios-icons
```## Usage
```sh
create-ios-icons MyIcon.pdf MyIcon-Test.pdf Project/Assets.xcassets
```This will create icon sets called `MyIcon` and `MyIcon-Test` in the `Project/Assets.xcassets` directory. Any existing assets will be overwritten.