UNPKG

cubic-beziers-through-points

Version:

A function to fit fair (bending energy minimizing) cubic bezier curves through a set of given ordered points in the plane.

8 lines 227 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: [ "**/__tests__/**/*.[jt]s?(x)"], // collectCoverage: false, // coverageProvider: 'v8' };