Live Editor in the Docs ✨ #2840
justsml
started this conversation in
Show and tell
Replies: 1 comment
-
I just got introduced to turf today, and this feature would be pretty handy. If we want to keep the doc pages simple, we could link to an equivalent example in turf-sandbox. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I look at the API docs I frequently wish I could see example
output
. Sometimes I want to visualize whatturf.simplify(data, { tolerance: 0.001 })
will do to my data.So, I used a codemod tool I've been working on to add this PR to the docs project.
It turns out this might be better handled in the main project, and probably warrants a larger discussion. (Thanks @smallsaucepan)
Beta Was this translation helpful? Give feedback.
All reactions