mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:17:08 +00:00
9 lines
160 B
JavaScript
9 lines
160 B
JavaScript
|
|
module.exports = {
|
|
bbox: require('./bbox'),
|
|
preplot: require('./preplot'),
|
|
raw: require('./raw'),
|
|
final: require('./final'),
|
|
layer: require('./layer')
|
|
};
|