@guinetik/penrose-js
Version:
A JavaScript library for generating beautiful Penrose tilings
9 lines (8 loc) • 314 B
JavaScript
/**
* Penrose-JS
* A JavaScript library for generating beautiful Penrose tilings
*/
// Export all public components
export { Complex } from './complex.js';
export { Penrose, PenroseCanvas, PenroseBitmap } from './penrose.js';
export { hexToRgb, getRandomColor, PHI, DEFAULT_OPTIONS } from './util.js';