inexorabletash / jslogo

Logo in JavaScript
https://calormen.com/jslogo
Other
368 stars 146 forks source link

add sound support: beep #134

Closed mountain closed 1 year ago

mountain commented 1 year ago

add basic sound support to jslogo. So far, only "beep" was supported.

beep beep frequency duration

frequency is in Hertz, and duration is in millisecond.

examples:

beep 330 200

mountain commented 1 year ago

I accept your review comments, and let me give revisions based on your proposal, and then I will drop this pull request and re-submitted a clean pull request.