-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
什么时候支持带logo? #47
Comments
下一版将会支持,可能是本周末有空的时候(11 月 13 ~ 4 号) |
1.x还维护嘛 加上 logo 功能? |
Hi @itliuwk, |
I too would really like to have a logo option to be centered in the middle of the QR. Any chance you will have time to add this soon? Many thanks |
This feature would be much helpful. |
I'm sorry, I've been very frustrated recently due to China's coronavirus lockdown policy. Next, I will give priority to support. |
I recommend this one -> Awesome-QR.js |
Hi I would love to have this feature. Any updates on it? :D |
Hi... I would like to have this feature. Any updates? |
三年过去了~ |
@cvpv 是的呢,甚至熬到 |
加油啊 :) |
加油呀 |
还没有支持logo嘛,三年了 |
😾 NOW, RELEASE new The full props example: <template>
<qrcode-vue
:value="value"
:level="level"
:render-as="renderAs"
:background="background"
:foreground='foreground'
:image-settings='imageSettings'
/>
</template>
<script setup lang="ts">
import { ref } from 'vue'
import QrcodeVue from 'qrcode.vue'
import type { Level, RenderAs, ImageSettings } from 'qrcode.vue'
const value = ref('qrcode')
const level = ref<Level>('M')
const renderAs = ref<RenderAs>('svg')
const background = ref('#ffffff')
const foreground = ref('#000000')
const margin = ref(0)
const imageSettings = ref<ImageSettings>({
src: 'https://github.com/scopewu.png',
width: 30,
height: 30,
// x: 10,
// y: 10,
excavate: true,
})
</script> If have any questions, please tell me. |
什么时候支持生成的二维码可以带logo?
The text was updated successfully, but these errors were encountered: