dascritch / cpu-audio

An audio WebComponent to provide timecoded links and other features to an audio tag
https://dascritch.github.io/cpu-audio/
GNU Lesser General Public License v3.0
24 stars 2 forks source link

clean code : export default inclusions #189

Closed dascritch closed 1 year ago

dascritch commented 1 year ago

No more

import {trigger} from './trigger.js';

have proper

import trigger from './trigger.js';

for readability

dascritch commented 1 year ago

Seen with @tdd ... the best solution for element.CPU may be to work with mixins....