clippyjs icon indicating copy to clipboard operation
clippyjs copied to clipboard

Change window.CLIPPY_CDN doesn't work

Open erossini opened this issue 3 years ago • 3 comments

I want to use the assets from my custom URL. For that, I added

window.CLIPPY_CDN = '/_content/PSC.Blazor.Components.Clippy/assets/agents/'

but it doesn't work. Also, I tried

clippy.load(agentName, agent => {
    window.clippyAgent = agent;
    agent.show();
}, undefined, '/_content/PSC.Blazor.Components.Clippy/assets/agents/');

In both cases, the assets are coming from s3.amazon.com.

erossini avatar Jun 13 '22 09:06 erossini

Related to #10

tassoman avatar Jul 26 '22 15:07 tassoman

I created a fresh version of Clippy with a modern stack here. It uses typescript, rollupjs 2.x, and lazy loading modules (no cdn). Hope it helps!

lizozom avatar Mar 06 '23 08:03 lizozom