You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for creating Sharp! It's proven very useful for a number of my projects and is what I reach to first when needing any sort of image transformations or conversion. 😄
I'd be open to writing a PR for the following if it's something that is wanted on the Sharp docs.
What are you trying to achieve?
Currently to start using Sharp, you need to visit the Installation page and install, and then scroll through the Constructor page to find out how to construct Sharp (and import sharp - is it a default import? Named import? Docs don't really say), and then search through the docs on Resizing Images or other API doc pages for common use-cases.
It would be nice to have a "quickstart" or "getting started" guide on the docs, similar to many other open-source documentation sites.
A getting started guide is useful to help the user in getting Sharp installed and used as fast as possible.
It doesn't need to be comprehensive or very long, that's what the rest of the docs are for, but a simple "visit the Installation page to install, then import sharp like this, construct sharp like this, here are some common use-cases, see docs for the rest" might be useful.
When you searched for similar feature requests, what did you find that might be related?
No related issues or feature requests.
What would you expect the API to look like?
N/A, docs change only.
What alternatives have you considered?
A section on importing Sharp within the existing Installation section. This would allow easier onboarding but would still require the user to look through the rest of the docs for common use-cases.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, I guess this is partly what the readme in the repo tries to do, however this is not currently part of the documentation site.
(This task should probably... include... updating the existing readme to add an import example alongside the existing require example.)
Feature request
First of all, thank you for creating Sharp! It's proven very useful for a number of my projects and is what I reach to first when needing any sort of image transformations or conversion. 😄
I'd be open to writing a PR for the following if it's something that is wanted on the Sharp docs.
What are you trying to achieve?
When you searched for similar feature requests, what did you find that might be related?
What would you expect the API to look like?
What alternatives have you considered?
The text was updated successfully, but these errors were encountered: