UNPKG
@chromasdk/chromajs
Version:
beta (0.1.0)
latest (0.1.1)
0.1.1
0.1.0
JavaScript client for the Razer Chroma REST API
github.com/chroma-sdk/chroma-js
chroma-sdk/chroma-js
@chromasdk/chromajs
/
dist
/
src
/
Animations
/
BcaAnimation.d.ts
10 lines
(9 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Animation
}
from
"../Animation"
;
export
declare
class
BcaAnimation
extends
Animation
{
private
url;
private
blob;
constructor
(
url
:
string
|
Blob
);
createFrames
():
Promise
<
void
>;
private
fromBlob
(myBlob);
private
parseAnimation
(buffer); }