Lets you display the 3d representation of your cryptovoxels collectible. It has a built-in UI window that displays information about the nft.
Object
; An object with multiple properties.
Properties:
{
chain_id: number
id: string
token_id: number
collection_id: number
quantity?: number
name: string
description?: string
hash: string
author: string
collection_name?: string
collection_address?: string
}
The hash is used to render the vox-model.
feature.get('collectible')
// returns: [Object Collectible]
feature.set({'collectible':myCollectible}) // myCollectible being a collectible object.
null