Go to https://ultrapacer.com
import { Models } from '@ultrapacer/core'
const track = new Models.Track(trackData)
const course = new Models.Course(track, courseData)
const plan = new Models.Plan(course, planData)
console.log(plan.stats)
console.log(plan.splits)
The source code herin is copyright to ULTRAPACER, LLC. This code may be forked, downloaded, and/or modified for the purposes of contributing to this project only. There is no license for any other use or distribution.