getStrokePoints

See source code

getStrokePoints

Get an array of points as objects with an adjusted point, pressure, vector, distance, and runningLength.

function getStrokePoints(
  rawInputPoints: VecLike[],
  options?: StrokeOptions
): StrokePoint[]

Parameters

NameDescription

rawInputPoints

options

An object with options.

Returns

Prev
getMediaAssetInfoPartial
Next
getSvgPathFromStrokePoints