diff options
Diffstat (limited to 'src/lib/utils/CanvasProgressBar.ts')
-rw-r--r-- | src/lib/utils/CanvasProgressBar.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/utils/CanvasProgressBar.ts b/src/lib/utils/CanvasProgressBar.ts index 21c4e22..fb4f778 100644 --- a/src/lib/utils/CanvasProgressBar.ts +++ b/src/lib/utils/CanvasProgressBar.ts @@ -1,6 +1,9 @@ import { CanvasRenderingContext2D } from 'canvas'; -// I just copy pasted this code from stackoverflow don't yell at me if there is issues for it +/** + * I just copy pasted this code from stackoverflow don't yell at me if there is issues for it + * @author @TymanWasTaken + */ export class CanvasProgressBar { private readonly x: number; private readonly y: number; |