Renders the Table NFT as an SVG or an interactive table editor.
Tableland tables are NFTs. The NFT metadata is served by Tableland. This metadata includes image
and animation_url
properties that point to this app. For example, https://tables.tableland.xyz/1/7.svg renders the image and https://tables.tableland.xyz/1/7.html renders the interactive editor for table 7 on Ethereum mainnet.
git clone https://github.com/tablelandnetwork/table-nft-renderer.git
cd table-nft-renderer
npm install
npm run build
npm start
Use npm run build:watch
for active developement on port 3000
.
npm test
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT AND Apache-2.0, © 2021-2024 Tableland Network Contributors