use crateget_stroke_outline_points;
use crateget_stroke_points;
use crate;
/// Get an array of points describing a polygon that surrounds the input points.
///
/// # Arguments
/// * `points` - An array of points (with optional pressure data)
/// * `options` - Options for the stroke generation
///
/// # Returns
/// An array of points (as `[x, y]`) that define the outline of the stroke