rough-notation icon indicating copy to clipboard operation
rough-notation copied to clipboard

Create and animate hand-drawn annotations on a web page

Results 33 rough-notation issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this great library. I've been searching for hand drawn arrow for many years and this looks a great potential to do it. ![Arrows](https://image.freepik.com/free-vector/hand-drawn-arrow-illustration-collection_53876-81510.jpg) Will be useful for...

Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Hello! Love this library - we use it on the home page of [Exercism](https://exercism.org) and I'm currently adding it to [Kaido](https://kaido.org) too 🙂 I'd like to make the lines slightly...

I have my own component with ought-notation in it. Look at the image below for the component. This component works on my hero page look at the code below. But...

Given that the `AnnotationState` is ```ts type AnnotationState = 'unattached' | 'not-showing' | 'showing'; ``` and when we call the private `attach()` method, we first check if the state is...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

usage: ```sh eslint --fix --config .\.eslintrc.js ```

| Option | Type | |------------------------ |--------- | | maxRandomnessOffset | number | | roughness | number | | bowing | number | | stroke | string | | strokeWidth...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hey thanks again for making this! I'm a JS novice and am wondering how to delay an `annotate` or `annotationGroup` group from running for `500ms` or `1s` or something. Is...