/hyper-font-smoothing

Extension for subpixel-antialiased font smoothing in Hyper

Primary LanguageJavaScript

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