Can this output retina images?
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 380
- Forks
- 140
- PR merge metrics
- No merged PRs in 30d
Description
I noticed when on a retina display the source map is @2x but it exports a @1x.
I don't know enough about how canvas works but using this plugin would it be possible to output an @2x image?
thanks for your work on this it's great.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the plugin's canvas export path and compare the source map's @2x dimensions with the current @1x output. Confirm how canvas scaling is handled, then verify that exported images preserve retina resolution without changing the map's visual bounds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100