html2canvas 更换为 @html2canvas/html2canvas
This commit is contained in:
parent
6185b75ecf
commit
87fd2ecb21
|
@ -98,7 +98,7 @@ Please refer to existing files.
|
|||
* [pad-rikuu](https://github.com/kiootic/pad-rikuu) //Data structure and parser
|
||||
* [Puzzle-and-Dragons-Texture-Tool](https://github.com/codywatts/Puzzle-and-Dragons-Texture-Tool) //Extract Images
|
||||
* [zxing-js](https://github.com/zxing-js/library) //Read, Write QR Code
|
||||
* [html2canvas](https://github.com/niklasvh/html2canvas) //Capture Image
|
||||
* [html2canvas](https://github.com/html2canvas/html2canvas) //Capture Image
|
||||
* [aaa](https://github.com/jy4340132/aaa) //Play voice(ADPCM wav)
|
||||
* [Font Awesome Free](https://github.com/FortAwesome/Font-Awesome) //Font Icon
|
||||
* [Zpix (最像素)](https://github.com/SolidZORO/zpix-pixel-font) //Pixel Font
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"@html2canvas/html2canvas": "^1.6.3",
|
||||
"@xmldom/xmldom": "^0.8.10",
|
||||
"@zxing/library": "^0.21.1",
|
||||
"html2canvas": "^1.4.1",
|
||||
"mime": "^4.0.3",
|
||||
"opencc-js": "^1.0.5",
|
||||
"xml-formatter": "^3.6.2"
|
||||
|
|
Loading…
Reference in New Issue