atlas-engineer / cl-electron

Lisp Interface to Electron.
BSD 3-Clause "New" or "Revised" License
16 stars 1 forks source link

Fix `get-bounds` method #14

Closed aadcg closed 1 year ago

aadcg commented 1 year ago

Closes #13.

The parameter may be passed as a symbol or as a string.

ELECTRON> (electron::get-bounds win 'height)
"333"
NIL
ELECTRON> (electron::get-bounds win "height")
"333"
NIL