TodePond / Habitat

my javascript helpers
MIT License
45 stars 5 forks source link

Register vector methods should add methods for width and height #78

Closed TodePond closed 1 year ago

TodePond commented 1 year ago
const dimensions = [1920, 1080]
print(dimensions.width) //1920
print(dimensions.height) //1080
TodePond commented 1 year ago

done