UNPKG

newton

Version:

A playful, particle-based physics engine designed from the ground up for JavaScript.

9 lines (5 loc) 119 B
function Force() { } Force.prototype.type = 'Force'; Force.prototype.apply = function() {}; module.exports = Force;