UNPKG
vue-qr-test
Version:
latest (3.0.2)
3.0.2
3.0.1
3.0.0
2.5.2
2.5.1
1.5.1
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.8
1.2.5
The Vue 2.x component of Awesome-qr.js
github.com/Binaryify/vue-qr
Binaryify/vue-qr
vue-qr-test
/
src
/
lib
/
gif.js
/
NeuQuant.d.ts
9 lines
(8 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
NeuQuant
;
declare
function
NeuQuant
(
pixels
:
any
,
samplefac
:
any
):
void
;
declare
class
NeuQuant
{
constructor
(
pixels
:
any
,
samplefac
:
any
);
buildColormap
:
() =>
void
;
getColormap
:
() =>
any
[];
lookupRGB
:
(
b
:
any
,
g
:
any
,
r
:
any
) =>
number
; }