You've already forked EightBittr
mirror of
https://github.com/FullScreenShenanigans/EightBittr.git
synced 2026-04-28 12:58:51 -07:00
Added ItemsHoldr to typings/
This commit is contained in:
committed by
Josh Goldberg
parent
e5f071595d
commit
8d2762794d
@@ -2,7 +2,7 @@
|
||||
[](https://travis-ci.org/FullScreenShenanigans/AudioPlayr)
|
||||
[](http://badge.fury.io/js/audioplayr)
|
||||
|
||||
Audio playback manager for persistent and on-demand themes and sounds.
|
||||
An audio playback manager for persistent and on-demand themes and sounds.
|
||||
|
||||
|
||||
## Build Process
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "audioplayr",
|
||||
"description": "Audio playback manager for persistent and on-demand themes and sounds.",
|
||||
"description": "An audio playback manager for persistent and on-demand themes and sounds.",
|
||||
"version": "0.4.0",
|
||||
"author": {
|
||||
"name": "Josh Goldberg",
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
/// <reference path="../node_modules/itemsholdr/dist/ItemsHoldr.d.ts" />
|
||||
/// <reference path="../typings/itemsholdr/ItemsHoldr.d.ts" />
|
||||
|
||||
import { IItemsHoldr } from "IItemsHoldr";
|
||||
import { IAudioPlayr, IAudioPlayrSettings, IDirectoriesLibrary, ILibrarySettings, ISoundsLibrary } from "./IAudioPlayr";
|
||||
|
||||
/**
|
||||
* Audio playback manager for persistent and on-demand themes and sounds.
|
||||
* An audio playback manager for persistent and on-demand themes and sounds.
|
||||
*/
|
||||
export class AudioPlayr implements IAudioPlayr {
|
||||
/**
|
||||
|
||||
@@ -66,7 +66,7 @@ export interface IAudioPlayrSettings {
|
||||
}
|
||||
|
||||
/**
|
||||
* Audio playback manager for persistent and on-demand themes and sounds.
|
||||
* An audio playback manager for persistent and on-demand themes and sounds.
|
||||
*/
|
||||
export interface IAudioPlayr {
|
||||
/**
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user