UNPKG
@capgo/capacitor-flash
Version:
latest (8.0.35)
8.0.35
8.0.34
8.0.33
8.0.32
8.0.31
8.0.30
8.0.29
8.0.28
8.0.27
8.0.26
8.0.25
8.0.24
8.0.22
8.0.21
8.0.20
8.0.19
8.0.18
8.0.17
8.0.16
8.0.15
8.0.14
8.0.13
8.0.12
8.0.11
8.0.10
8.0.9
8.0.8
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
7.1.23
7.1.22
7.1.21
7.1.20
7.1.19
7.1.18
7.1.17
7.1.16
7.1.15
7.1.14
7.1.13
7.1.12
7.1.11
7.1.10
7.1.9
7.1.8
7.1.7
7.1.6
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.19
7.0.18
7.0.17
7.0.12
7.0.11
7.0.10
7.0.9
7.0.8
7.0.7
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
1.2.27
1.2.26
1.2.25
1.2.24
1.2.23
1.2.22
1.2.21
1.2.20
1.2.19
1.2.18
1.2.17
1.2.16
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
Switch the Flashlight / Torch of your device.
capgo.app/docs/plugins/flash/
Cap-go/capacitor-flash
@capgo/capacitor-flash
/
dist
/
esm
/
index.js
7 lines
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ registerPlugin }
from
'@capacitor/core'
;
const
CapacitorFlash
=
registerPlugin
(
'CapacitorFlash'
, {
web
:
() =>
import
(
'./web'
).
then
(
(
m
) =>
new
m.
CapacitorFlashWeb
()), });
export
*
from
'./definitions'
;
export
{
CapacitorFlash
};
//# sourceMappingURL=index.js.map