'MathJax add multiple packages

I want to add multiple packages to MathJax. i used the line.

packages: {'[+]': ['img'],'[+]': ['physics']}

but this don't works. image is not rendered in output box. showing the same thing \img[][200px][200px]{http://www.math.union.edu/~dpvc/math/courses/MTH015/JPG/Hyperboloids.jpg}. if i include $\require{img}$ it works. also if package is like packages: {'[+]': ['img']} no special \require is not needed. How can i fix this. i am using (https://github.com/pkra/mathjax-img/) for image



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source