jose

Results 3 comments of jose

Replace the test.js with this and it'll work ``` /* jshint node:true */ 'use strict'; var path = require('path'), fs = require('fs'), test = require('tape'), fpcalc = require('../'); var TEST_FILE...

what i did was. const plainHtml = SomeReactComponent(); and then. this.player.overlay({ content: renderToStaticMarkup(plainHtml), align: 'bottom-left', overlays: [{ start: 'play', end: 'end' }] }); the problem with this approach is that...

My solution, create a custom drawEdge method ( the same as the default ones) and set the first and last paths X positions to be the same as the next/prev...