add initial marp implementation with sample content and build configuration
This commit is contained in:
10
node_modules/speech-rule-engine/mjs/audio/audio_renderer.d.ts
generated
vendored
Normal file
10
node_modules/speech-rule-engine/mjs/audio/audio_renderer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { KeyCode } from '../common/event_util.js';
|
||||
import { AuditoryDescription } from './auditory_description.js';
|
||||
import { Span } from './span.js';
|
||||
export interface AudioRenderer {
|
||||
separator: string;
|
||||
markup(descrs: AuditoryDescription[]): string;
|
||||
error(key: KeyCode | string): string | null;
|
||||
merge(strs: Span[]): string;
|
||||
finalize(str: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user