Tag: paperjs


  • In this tutorial we are going to create an annotation brush tool with the use of paper.js ‘s path.Circle function. We will be using the circle as a drawing nib to draw on a canvas. To do this we will be creating a new circle at every mouse drag event and merge it into the…

  • Introduction Welcome to our tutorial on creating a pen tool using Paper.js! In this step-by-step guide, we will explore how to leverage the power of Paper.js to build an interactive pen tool that allows users to draw and paint on a canvas. Let’s dive in! Prerequisites Before we begin, make sure you have a basic…