How to use the enumerate_cards function from bindings

Find comprehensive JavaScript bindings.enumerate_cards code examples handpicked from public code repositorys.

2
3
4
5
6
7
8
9
10
11
module.exports.get = (card = 'hw', type) => {
    return cardinfo.get_card_info(card, type);
}

module.exports.list = () => {
    return cardinfo.enumerate_cards();
}

module.exports.PLAYBACK = 0;
module.exports.CAPTURE = 1;
fork icon2
star icon0
watch icon1

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)