twcm-image
v0.1.5
Published
Image wrapper for use with TWC public platforms
Downloads
2
Readme
twcm-image
Image wrapper module to be used for all TWC platforms.
Installation
yarn add twcm-image
Example Usage
<Image src={ imageUrl } />
API
src: string - (required)
Testing
- Add some tests in a
*.spec.tsx
file - Run
yarn build
Contributing
- Make some changes
- Update tag in package.json
- Ask james for NPM login info if you don't have one.
- Run
npm publish
(CI doesn't deploy yet) - Commit & push code