Add abcjs (#537)

This commit is contained in:
mrdrogdrog 2020-09-05 08:17:15 +02:00 committed by GitHub
parent 86e41929ef
commit 119c9512e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 82 additions and 0 deletions

3
src/external-types/abcjs/abcjs.d.ts vendored Normal file
View file

@ -0,0 +1,3 @@
declare module 'abcjs' {
export function renderAbc(target: string|HTMLElement, code: string)
}