Try to add "custom:canvas-gauge-card"

I have simple canvas-gauge-card for testing:

type: custom:canvas-gauge-card
entity: sensor.hd_th1_humidity
gauge:
  min: 0
  max: 100
  needle: true
  animation: true

I installed using HACS the available version 0.91.

Also in the Dashboard->Resources:
/hacsfiles/canvas-gauge-card/canvas-gauge-card.js

Restart HA reload Browser will not show me anything, and also I see no error.

Any Suggestions