jsdoc/test/fixtures/moduletag7.js
2015-04-18 15:47:36 -07:00

7 lines
125 B
JavaScript

/** @module color/mixer */
export default {
/** Blend two colors together. */
blend: function(color1, color2) {}
};