# All dependencies are managed by bower.
bower install
Two nodecg dashboard panels to search scryfall's Magic The Gathering card database.
Access the image in your graphics by hooking into the Replicant.
replicant-name="selected"
replicant-bundle="nodecg-scryfall"
// Example: Javascript
const selected = nodecg.Replicant('selected', 'nodecg-scryfall');
// Example: nodecg-replicant WebComponent
<nodecg-replicant replicant-name="selected" replicant-bundle="nodecg-scryfall" value="{{selected}}"></nodecg-replicant>