feat: added file-to-base64

This commit is contained in:
Corentin Thomasset 2021-03-14 21:20:35 +01:00
parent 5fa81533d9
commit 1034296359
No known key found for this signature in database
GPG key ID: DBD997E935996158
5 changed files with 316 additions and 47 deletions

View file

@ -45,7 +45,7 @@
<script lang="ts">
import {Component} from 'nuxt-property-decorator'
import {CopyableMixin} from '@/mixins/copyable.mixin'
import Tool from '@/components/Tool'
import Tool from '@/components/Tool.vue'
import {ToolConfig} from '@/types/ToolConfig'
import CryptoJS from 'crypto-js'