Questions tagged [clippy.js]

5 questions
0
votes
0 answers

React Clippy files are not found

I'm getting this error when trying to render the react clippy package the files are not loaded or not found 404. react clippy not found
0
votes
1 answer

How to pass variables when using JS setTimeout()

I am using clippy.js to make the characters in the viewport speak through a ballon. I would like to have the characters speak texts in a sequence by passing elements in an array that contains the different texts with a delay in between speaking the…
krasnit
  • 1
  • 1
0
votes
1 answer

How to force DOM element in VueJS to be rendered within the App.vue component

I am currently playing with Clippy.js, a js implementation of the old school Microsoft Agent. The problem occurs as I want to render the agent inside the App.vue component in my VueJS project. Though, i can't seem to figure out how to bind the agent…
kib
  • 77
  • 5
0
votes
1 answer

Implement clippyjs in Tampermonkey

My aim is to write a Tampermonkey script that puts the Clippy assistant from Microsoft Office on any webpage I choose. For this, I am using https://github.com/pi0/clippyjs. Here is what I've got so far: // ==UserScript== // @name Clippy! //…
0
votes
1 answer

Want to use Clippy.JS' agent object outside of load function

I am using Clippy.JS, this is a fun little Javascript library that resurrects Microsofts assistant. Say I wish to summon the wizard Merlin: clippy.load('Merlin', function(agent){ // do anything with the loaded agent agent.show(); …
Mindfuucker
  • 31
  • 2
  • 6