diff --git a/README.md b/README.md index 2454f45..3728a12 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ yarn add perfect-freehand This package exports a function named `getStroke` that will generate the points for a polygon based on an array of points. -![Screenshot](assets/process.gif "A GIF showing a stroke's input points, outline points, and a curved path connecting these points") +![Screenshot](assets/process.gif 'A GIF showing a stroke with input points, outline points, and a curved path connecting these points') To do this work, `getStroke` first creates a set of spline points (red) based on the input points (grey) and then creates outline points (blue). You can render the result any way you like, using whichever technology you prefer.