Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 254 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 254 Bytes

Advance

Calculate how much the cursor should advance for characters. (i.e. the width of characters). With Emoji support ❤️.

Unicode version: 14.0

Installation

def deps do
  [
    {:advance, github: "itswindtw/advance"}
  ]
end