How to use graphics magick with my discord bot?

I’m trying to use graphicsmagick but i have no idea how to install it. I tried to get a node.js package but it said it needed the cli so how do i install this onto my project?

Hey @jayden8923,

  1. In your package.json file, click on the button that says ‘Add Package’ at the top of the code.

  2. Type in graphicsmagick in the text box and choose your package from the list of suggestions that appear.

  3. Once you click on the package, it gets installed in your project.

Also, run npm i graphicsmagick in the terminal.

I dont see a package called graphicsmagick

Just search that in the package.json page.

image

Try to use that!

1 Like