Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 579 Bytes

File metadata and controls

29 lines (18 loc) · 579 Bytes

hyper-font-smoothing

Extension for subpixel-antialiased font smoothing in Hyper.

How to use

Add hyper-font-smoothing to plugins in ~/.hyper.js:

// Example ~/.hyper.js
module.exports = {
  plugins: [
    "hyper-font-smoothing",
  ],
}

Screenshots

With hyper-font-smoothing:

hyperterm with subpixel-antialiased font-smoothing

Without hyper-font-smoothing (default):

hyperterm with default antialiased font-smoothing