Open luknl opened 3 years ago
Currently, the result object contains: content, description, image, title, url, video
result
To have the same datas as in the main ReactTinyLink example, the provider (amazon.com in the readme example) should be added to the result object.
ReactTinyLink
amazon.com
Also interested by the result.provider data while using the useScrapper hook, @winhtaikaung . Thank you!
Currently, the
result
object contains: content, description, image, title, url, videoTo have the same datas as in the main
ReactTinyLink
example, the provider (amazon.com
in the readme example) should be added to theresult
object.