12 lines
267 B
Markdown
12 lines
267 B
Markdown
---
|
|
favicon: /favicons/removebg.svg
|
|
items:
|
|
- name: Remove Image Background
|
|
desc: Remove backgrounds 100% automatically in 5 seconds with one click.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing /> |