-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfigs.js
61 lines (54 loc) · 2.18 KB
/
configs.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
import { BsFillBox2HeartFill } from 'react-icons/bs';
import { GrMultimedia } from 'react-icons/gr';
import { FiUserCheck } from 'react-icons/fi';
import { HiMiniCloudArrowDown } from 'react-icons/hi2';
import { MdHighQuality, MdDevicesOther } from 'react-icons/md';
export const author = 'Farhannnn';
export const proxy_url = 'https://cors-fxc7.cloud.okteto.net/proxy/';
export const api_url = 'https://cors-fxc7.cloud.okteto.net/tiktok/'
export const title = 'xcoders - tiktok downloader';
export const navbar_title = 'Tike Down';
export const features = [
{
id: 1,
icon: BsFillBox2HeartFill,
animate: 'fade-right',
title: 'Free Downloads!',
description: 'Download Unlimited TikTok Videos Without a Watermark For Free. Download TikTok videos without any Limit!'
},
{
id: 2,
icon: GrMultimedia,
animate: 'fade-left',
title: 'Videos & MP3',
description: `Download TikTok Videos in MP4 HD & TikTok MP3 from ${navbar_title}. TikTok Video Download in MP4 & MP3 Format.`
},
{
id: 3,
icon: HiMiniCloudArrowDown,
animate: 'fade-right',
title: 'Easy Downloads',
description: `We're the Fastest TikTok Video Downloader. Download TikTok video without Watermark Easily with ${navbar_title}.`
},
{
id: 4,
icon: MdDevicesOther,
animate: 'fade-left',
title: 'All Devices',
description: `${navbar_title} can be used to download Tiktok videos from any browser or device including PC, Android, iOS.`
},
{
id: 5,
icon: MdHighQuality,
animate: 'fade-right',
title: 'HD Videos',
description: 'We offers HD TikTok videos for download which allows you to easily download TikTok videos in high definition for free.'
},
{
id: 6,
icon: FiUserCheck,
animate: 'fade-left',
title: 'User Friendly',
description: 'Our Tik Tok downloader is a user friendly tool for downloading TikTok videos and songs, our service make it easier to download Tiktok content.'
},
];