Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colorblindness widget #13

Closed
Aariq opened this issue Aug 2, 2022 · 0 comments
Closed

Colorblindness widget #13

Aariq opened this issue Aug 2, 2022 · 0 comments
Assignees
Labels
Type: Suggestion 💡 New suggestion or request

Comments

@Aariq
Copy link
Contributor

Aariq commented Aug 2, 2022

Link to suggestion

https://rpubs.com/ijlyttle/quarto-cvd-widget

Describe your suggestion

This is a super cool widget to simulate different kinds of colorblindness for your whole document. All that is needed is adding this snippet:

<details>
<summary>Color-vision deficiency</summary>
```{ojs}
//| echo: false
import {inputCvd, filterCvd} from "@ijlyttle/cvd-widget@618"

viewof cvd = inputCvd({label: ""});

filterCvd(cvd, {selector: "html"});
```
</details>
@mcanouil mcanouil self-assigned this Aug 2, 2022
@mcanouil mcanouil added the Type: Suggestion 💡 New suggestion or request label Aug 2, 2022
mcanouil added a commit that referenced this issue Aug 7, 2022
Solves #13

Co-authored-by: Eric R. Scott <scottericr@gmail.com>
@mcanouil mcanouil mentioned this issue Aug 7, 2022
11 tasks
@mcanouil mcanouil closed this as completed Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Suggestion 💡 New suggestion or request
Projects
None yet
Development

No branches or pull requests

2 participants