This project demonstrates distributing your organizations corporate assets (logos, icons, etc.) to your end users from right inside Word.
"dependencies": {
"office-ui-fabric-js": "^1.3.0"
}
Add links to your assets in the Images
array at the bottom of index.html
const Images = [
'https://seeklogo.com/images/A/apple-logo-52C416BDDD-seeklogo.com.png',
'https://seeklogo.com/images/A/Apple-logo-4DC2B05F7D-seeklogo.com.png',
'https://seeklogo.com/images/A/apple-ipad-logo-C44B3CB6BA-seeklogo.com.png',
'https://seeklogo.com/images/A/apple-pay-logo-51FB613CF0-seeklogo.com.png',
'https://seeklogo.com/images/A/Apple-logo-08556AB833-seeklogo.com.png',
];
Testing this application requires you to sideload this add-in. Click the links below to learn how to sideload for your specific platform.