Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

arthaud-proust-archive/dev.arthaud.cb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CB card sandbox

Download

Compressed, minified version

Uncompressed version

Documentation

Create a card

const cb = new CB({
    parent: PARENT_ELEMENT_SELECTORS, 
    id: CUSTOM_ID // optionnal
})
cb.init()

Get data from the card :

cb.data

Will return

{
 code: String,
 name: String,
 expiration: String,
 crypto: String
}