SeanR-ScanR / TypeR

A enhanced version of TyperTools
MIT License
4 stars 0 forks source link

TypeR

TypeR is an enhanced fork of TyperTools, a Photoshop extension designed for typesetters working with manga and comics script. It simplifies routine tasks of typeset such as placing text on an image, aligning text, and performing style management. This version includes several bug fixes and new features to improve your workflow.

Key Features

Requirements

Installation Guide

If you download from the source code :

Prerequisites

Steps

  1. Clone the repository and navigate to the root directory in your terminal.

    git clone https://github.com/SeanR-ScanR/TypeR.git
    cd TypeR
  2. Install the necessary dependencies.

    npm install
  3. Build the project using npm.

    npm run build
  4. Execute the installation script for your operating system.

    For macOS:

    chmod +x install_mac.sh
    ./install_mac.sh

    For Windows:

    install_win.cmd

If you download from the release :

  1. Extract the archive and execute the installation script for your operating system.

    For macOS:

    chmod +x install_mac.sh
    ./install_mac.sh

    For Windows:

    install_win.cmd

    Usage

After installation, you can access TypeR within Adobe Photoshop Extensions tab.

Contributing

If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.