Korede Aderele

Results 5 comments of Korede Aderele

thanks for the super thorough answer @postspectacular! i totally agree with the sentiment about exploring this search space of functionality. what you've noted about rstream being the closest to a...

Looks like this library hasn't received all too much love recently. The questions about the overall design philosophy are indeed intriguing because the current API is a bit unwieldy to...

On quick glance, seems this can be done using `NotionContextProvider.props.zoom` (which is passed to [AssetWrapper](https://github.com/NotionX/react-notion-x/blob/master/packages/react-notion-x/src/components/asset-wrapper.tsx#L18-L42) -> [Asset](https://github.com/NotionX/react-notion-x/blob/master/packages/react-notion-x/src/components/asset.tsx#L270-L278) -> [LazyImage](https://github.com/NotionX/react-notion-x/blob/master/packages/react-notion-x/src/components/lazy-image.tsx#L18)) I have not tested however

PR on my fork passes CI: https://github.com/suruleredotdev/react-notion-x/pull/1. Merging there to test on my site

Bumping this again, any chance this change can be merged in this week? I've tested and got good confidence that it wont break for others. Would love to contribute to...