From 036689ae1bf577782c01d899f3ffd0edd3b8bce8 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Fri, 5 Apr 2019 15:04:59 -0700 Subject: Track bugs --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index f2627ec..50e5764 100644 --- a/readme.md +++ b/readme.md @@ -19,3 +19,8 @@ export const DemoComponent = ({ children }) => { return
{children}
} ``` + +## Bugs + +1. According to tests, solar "height" seems to max out at `7`. This means the solar altitude never reaches `PI/2`. +1. Bundle size is too large. This is likely from the `suncalc` dependency. -- cgit v1.2.3