willismonroe / anax

Anax - A Pleiades Map Making Tool
MIT License
5 stars 7 forks source link

Add PNG export #1

Open willismonroe opened 1 year ago

willismonroe commented 1 year ago

It would be nice if you could export the current map to a PNG instead of using your native screenshot tool. A library like this should work.

KWangechi commented 1 year ago

Hello Willis. Have you solved this issue? If not, I'd like to work on it

willismonroe commented 1 year ago

Hi you can try, I think it's currently unsolvable due to CORS issues, but if you can solve it that'd be great.

On Wed, Jul 12, 2023 at 12:37 PM KWangechi @.***> wrote:

Hello Willis. Have you solved this issue? If not, I'd like to work on it

— Reply to this email directly, view it on GitHub https://github.com/willismonroe/anax/issues/1#issuecomment-1633102295, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFOTSSQ6CYYJCBFPK5M263XP34F5ANCNFSM6AAAAAAZ5F3RSI . You are receiving this because you authored the thread.Message ID: @.***>

ValentinM27 commented 1 year ago

Did you try html2canvas to transform a given element like a div into a image ?