Extropy

Results 5 issues of Extropy

It looks like some kind of magic…… :)

This might not be an issue. I got errors to let me install types

A comprehensive github emojis. It's updated and synced with official list [https://api.github.com/emojis](https://api.github.com/emojis). Featuring convenience of usage, detailed README lookup table, and more...

```lua hs.hotkey.bind({ "cmd", "shift", "ctrl" }, "J", function() -- hs.notify.new({ title = "Hammerspoon", informativeText = "Hello World" }):send() print("Hello World") hs.notify.show("title", "subTitle", "information") end) ``` The console prints "Hello World",...

希望用 leafer pen 方法画出 rough.js 的效果,但是和理想效果稍微有点差别: ![image](https://github.com/leaferjs/ui/assets/5955526/95e2e0b5-f711-4091-b1af-018c1ec0afb1) 左侧为集成后,右侧为 rough.js 直出效果。 如果想两种效果一致,是 `pen.setStyle` 需要做哪些设置吗? ``` import { useEffect, useRef } from 'react' const initLeaferApp = async (root: HTMLElement) => { try...