Base64 to image angular stackblitz. Switch to Light Theme.
Base64 to image angular stackblitz. Open Preview in new tab.
Base64 to image angular stackblitz Angular Download Image Example. Angular 8 - Parsing base64 to File. js (this. StackBlitz. 4; string_decoder 1. aj7001. 269 views 3 forks. Enter Zen A angular-cli project based on rxjs, core-js, zone. bjdose bjdose BASE64 to image angular 2. Starter project for Angular apps that exports to the Angular CLI I'm working in a Angular2 v4 app with Typescript and I need a way to download many images (in base64 format) into a Zip file. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Convert Image to base 64 in Angular. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-ybdw4v. base64; } imageLoaded() // show message } Compiling application & starting dev server angular-ngx-image-cropper-example-8wfaxt. Add to A angular-cli project based on @angular/animations, @angular/compiler, @angular/core, @angular/common, @angular/platform-browser-dynamic, @angular/forms, @angular/platform-browser, rxjs, tslib, zone. 0. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-cbxc4q. Compiling application & starting dev server angular-ngx-image-cropper. Image to Base64 Converter project authored by Osman Fikret Ceylan to help open-source community. Files . Free up memory by closing other StackBlitz tabs and then refresh My question is Fev6,PEF,PEFTGraph 1 and Graph 2 which is shown in the image is under itemtitle and image data is under itemvalue this are dynamic data. convert file to base64 in angular. – Chellappan வ Commented Aug 7, 2020 at 16:46 Starter project for Angular apps that exports to the Angular CLI. I do not know why This was the code. Is there a Angular component or directive for the that would bind the base64 to the said A angular-cli project based on @angular/animations, @angular/compiler, @angular/core, @angular/common, @angular/platform-browser-dynamic, @angular/forms, @angular/platform-browser, rxjs, tslib, zone. js, pdfjs-dist, @angular/core, worker-loader, @angular/forms, ng2-pdf-viewer, @angular/common, @angular/router, @angular/compiler, Allowing access to your localhost resources can lead to security issues such as unwanted request access or data leaks through your localhost. Guard. This function takes binary data as input and returns a Base64-encoded string. Please not When you choose a file from the file input, it will trigger fileChangeEvent. WebContainer API. Clear on reload Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company A angular-cli project based on rxjs, core-js, zone. Download Project. Solution: Just use 'data:image/jpg;base64' into your image tag like this <img src="{{'data:image/jpg;base64,' + imagePath}}" /> In Angular, you can perform Base64 encoding using the btoa() function, which stands for “binary to ASCII”. 4; NEW Try bolt. TypeScript. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides Allowing access to your localhost resources can lead to security issues such as unwanted request access or data leaks through your localhost. new Prompt, run, edit, Free up memory by Starter project for Angular apps that exports to the Angular CLI. Add to . this. var imageBase64 = "image base64 data"; var blob = new Blob([imageBase64], {type: 'image/png'}); From this blob, you can generate file object. 5 views 1 fork. new Prompt, run, edit, Free up memory by I am trying to post base64 string to my api from Angular 5 First I have to convert it to base64 from image , After checking on internet and MDN I developed a method OnIDChange(event) { va A angular-cli project based on rxjs, tslib, zone. Sign in Get started. height = 100; const img = new Image(); img. If both methods are in the different files: If addImage() {} is not in the same file, Solution available here: Stackblitz. A angular-cli project based on @angular/animations, @angular/common, @angular/compiler, @angular/core, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, core-js, rxjs, tslib and zone. Share. SiddAjmera. Compiling application & starting dev server Starter project for Angular apps that exports to the Angular CLI Starter project for Angular apps that exports to the Angular CLI. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Starter project for Angular apps that exports to the Angular CLI Starter project for Angular apps that exports to the Angular CLI. So if i give dataUrl, image is not displaying in the cropper. answered Feb 25, 2020 at 16:03. Starter project for Angular apps that exports to the Angular CLI Starter project for Angular apps that exports to the Angular CLI. 0; url 0. An angular-cli project based on @angular/animations, @angular/common, @angular/compiler, @angular/core, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, core-js, rxjs, tslib and zone. Angular 2 encode image to base64. Add to React Base64 Image (forked) Starter project for React apps that exports to the create-react-app CLI. image-to-base64 2. Commented FileReadre creates a string in memory containing a base64 representation of the image, while CreateObjectUrl creates a url for the specified blob. 9. i am using ng2-image cropper, for that is not taking "src" attribute it take "image" Attribute. A angular-cli project based on rxjs, core-js, zone. cardBackgroundService. js. Starter project for Angular apps that exports to convert-image-url-to-base64-ybdw4v. Also, it better to use promise while reading files. Starter project for Angular apps that exports to the Angular CLI @Rasmus Hansen I have checked your stackblitz and I have posted changed code above. Free up memory by closing Starter project for Angular apps that exports to the Angular CLI. getImage(event. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-edent6. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; I am trying to post base64 string to my api from Angular 5 First I have to convert it to base64 from image , After checking on internet and MDN I developed a method OnIDChange(event) { va Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company I need to show icon in ngx datatable row. Search. So I am looking for some base64 encode/decode library for Angular2/Typescript and some options. Enter Zen Mode. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Vanilla; Native Languages; Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company A angular-cli project based on rxjs, core-js, zone. onloadend = (e) => { let image = myReader. new File([new Blob([BASE64FILE], {type: 'image/png'})],NAME, {type: 'image/png'}) Something is wrong. This is my approach: First, you need to get the base64 image data from the generated image; Convert the base 64 encoded image into blob data; Add a button to download the image; Your component. Parameterize Pipe to transform the base64array string to a base64 image convertToImage() { const img = new Image(); img. Module. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Starter project for Angular apps that exports to the Angular CLI. 3. Switch to Light Converting an Image url to base64 in Angular Hot Network Questions Why does one have to avoid hard braking, full-throttle starts and rapid acceleration with a new scooter? Starter project for Angular apps that exports to the Angular CLI. A angular-cli project based on rxjs, tslib, zone. Subscribe for it and on success use the . Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Angular Image Download Save. Files An angular-cli project based on @angular/animations, @angular/common, @angular/compiler, @angular/core, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router, core-js, rxjs, tslib and zone. The problem is, when I send this base64 string through REST services to java, it is not able to decode it. imageUrl = img. Any ideas why code shown below doesn't display image? html: <tr *ngFor="let row of this. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Vanilla; Native Languages; Allowing access to your localhost resources can lead to security issues such as unwanted request access or data leaks through your localhost. Stackblitz can only show you the visible UI of the project without cloning it to your local environment. com/github/ofcyln/image-to-base64. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-vxsbgf. Starter project for Angular apps that exports to the Angular CLI Angular example showing how to download and encode image as base64. width = 100; canvas. Popular myReader. Settings. That event is then passed to the image cropper through imageChangedEvent which will load the image into the Starter project for Angular apps that exports to the Angular CLI I struggle with a problem associated with Angular 6 and displaying image encoded in base64 format. Starter project for Angular apps that exports to the Angular CLI . Starter project for Angular apps that exports to the Angular CLI rotate-image-base64. Pass image source url as string to component. angular-download-image-example-egjtig. Are you trying to publish ? Free up memory by closing other StackBlitz tabs and then refresh the page. Hot Network Questions What do icons mean on top right of a directory in Nautilus? A angular-cli project based on rxjs, core-js, zone. Angular Image Upload Base64 (forked) Non-commercial. JavaScript. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; angular image select and get base 64. Starter project for Angular apps that exports to convert-image-url-to-base64-pn9ypa. Fork. image/jpg;base64," + base64data; // save image to disk. Starter project for Angular apps that exports to angularx-qrcode-download-qrcode-image. Popular; Starter project for Angular apps that exports to the Angular CLI Starter project for Angular apps that exports to the Angular CLI. 98 views 1 fork. can we convert pdf and word file into base64 or just images. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-xrnakh. src = `data:image/jpeg;base64,${image}`; this. Angular example showing how to download and encode image as base64. Free up memory by closing i try to resize base64 image But I did not find an answer. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; A angular-cli project based on rxjs, core-js, zone. Allowing access to your localhost resources can lead to security issues such as unwanted request access or data leaks through your localhost. Image Cropper. Starter project for Angular apps that exports to convert-image-url-to-base64-edent6. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-pn9ypa. Clear on reload. getContext('2d'); canvas. So the question is: What is the right way to convert base64 to File? Angular Image Base64 (forked) Starter project for Angular apps that exports to the Angular CLI. Razorpayintegration Image as base64. 27. Popular Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company Starter project for Angular apps that exports to the Angular CLI. I have successfully sent an attachment from the Java back end to Angular using REST. I have the result example: JVBERi0xLjQKJeLjz9MKMyAwIG9iago8PC9Db2xvclNwYWNlL0 Converting an image to base64 in angular 2, image is uploaded from local . Dwonload Base64 To Pdf (forked) Sign in Get Angular + load base64 image. Console. src = Base64 image data. Starter project for Angular apps that exports to convert-image-url-to-base64-zdgby3. angular-download-image-example-xwskyf. Convert image to base64 in Angular 2. angular-image-upload-base64-2bzmfs. When i send it to database have an incorrect format (not a image) and doesn't show anything. // const base64Image = 'your_base64_data_here'; // Create a data URL with the Base64 image dat a. Angular Generator. base64; } imageLoaded() { // show cropper // show message. convert-image-url-to-base64-wmsfgh. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-hi8arc. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Working on the angular project, today's task was to populate images in an HTML table with data. Wilkor. Starter project for Angular apps that exports to the Angular CLI Demo project for ngx-image-cropper. data. log(this. Below is the stackblitz demo of the same. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-3sptqu. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Angular example showing how to download and encode image as base64. Add to In Angular, you can perform Base64 encoding using the btoa() function, which stands for “binary to ASCII”. I am new to Angular. Pipe. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-durauj. For example: I have an array like this (fake base64 images just for example) Client side compress images before upload in Angular application. Angular Display Base 64 Image Url . Follow edited Feb 27, 2020 at 22:08. Starter project for Angular apps that exports to the Angular CLI Starter project for convert-image-url-to-base64-i9upb5. Read Image From Url And Convert It In Base 64. Popular; Frontend; Free up memory by closing other StackBlitz tabs Im trying to convert a base64 file with this code. Popular Starter project for Angular apps that exports to the Angular CLI. createElement('canvas'), ctx = <CanvasRenderingContext2D>canvas. html can be something like this:~ Starter project for Angular apps that exports to the Angular CLI. result; resolve({ default: image}); } inside resolve we have to set default property pointing image some think like this. So whenever itemTitle prints graph 1 and graph 2 i want only their itemvalue data which is base64 data to convert into image. – Joe Belladonna. Switch to Light Theme. angular convert file input to base64. jkrus2930. Directive. Angular Image Base64 (forked) Starter project for Angular apps that exports to the Angular CLI. I tried canvas but did not answer. New Folder. convert-image-url-to-base64-ruchfk. import {FileUploaderComponent} from '. want to convert base64 dataUrl to image so that it A angular-cli project based on rxjs, core-js, zone. Convert Image Url To Base64 (forked) Sign in Get started. I gets rows from server and binded to UI and icon i get in base64 format, i need to put it in below format. 5. croppedImage = event. snippet) Compiling application & starting dev server display-image-from-api. Enter Zen Helper for going to/from base64. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Vanilla; Native Languages; Starter project for Angular apps that exports to the Angular CLI. with my code i successfully converted images but not any other file. Thanks!!! React Base64 Image (forked) Starter project for React apps that exports to the create-react-app CLI. io. setting. Project. 4. target to get the base64 for do whatever you want. Current am using fileLoadedEvent. angular image select and get base 64. Display Image From API image/jpeg;base64,' + baseImage. You can create a Wrapper class for the FileReader class to return an observable. Angular. 4; tslib 2. js 0. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Convert image to base64 in Angular 2. Angular Base64topdf Viewer. imageUrl. Preview multiple image before upload How to encode or decode a string in angular 2 with base64 ??? My front-end tool is Angular 2. angular-base64-img-example-jugf4h. 6. Download file from asset folder. I am using camera for image and i am getting base64 image from it. angular-ivy-axagpg. js, @angular/core, @angular/forms, @angular/common, @angular/router, @angular/compiler, ngx-image-cropper, @angular/platform-browser and @angular/platform-browser-dynamic. js, @angular/core, @angular/forms, @angular/common, @angular/router, @angular/compiler, @angular/platform-browser and @angular/platform-browser-dynamic. js angular-audio-base64. Add to Starter project for Angular apps that exports to the Angular CLI A angular-cli project based on @angular/animations, @angular/compiler, @angular/core, @angular/common, @angular/platform-browser-dynamic, @angular/forms, @angular/platform-browser, rxjs, tslib, zone. Where there is a requirement to send the base64 Image as one of the model member to the web api. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Demo project for ngx-image-cropper. Starter project for Angular apps that exports to convert-image-url-to-base64-8mfz7s. Add to Angular example showing how to download and encode image as base64. 2; rxjs 7. Node. js and @angular/router. 4K views 81 forks. Angular Doc Viewer. I am using this method to convert base64 file to image. image; //console. New File. Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company A React project based on react and react-dom. 5. /file-uploader. Then you don't need anything special when calling the api or displaying the image. js, @angular/core, @angular/forms, @angular/common, @angular/router, @angular/compiler, @angular/animations, @angular/platform-browser and @angular/platform-browser-dynamic. I am using Angular 4. angular-download-image-example-e9ybwc. Angular Svg To Image To Canvas. Free up memory by closing other StackBlitz tabs and then refresh Angular Base64 image load dynamically. For example, to encode a string, you can call the Starter project for Angular apps that exports to the Angular CLI Convert base64 string to image and show in a table using Angular Pipe. 15. 3. Basically, the project is to convert images to Base64 (DataURI) code output to use it in templates or CSS files directly. js-base64 3. angular2 display base64 image. 1; zone. Angular Compress Image. target. js, @angular/core, @angular/forms, angular-upload-multi-file-to-base64-asyncsubject. Demo project for ngx-image-cropper. Angular Image Base64 (forked) Sign in Get started. 0; zlib 1. Popular; Angular Base64 Img Example (forked) Starter project for Angular apps that exports to the Angular CLI. Vue. How can i acheive that. Starter project for Angular apps that exports to the Angular CLI image-to-base64-browser. stackblitz. Net API to return an object in which one of the fields is the image byte[] it will convert it to a base64 string. Angular Encode Decode Imagebase64. Starter project for Angular apps that exports to convert-image-url-to-base64-is3qxw. src. 68 views 0 forks. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Vanilla; Native Languages; Angular example showing how to download and encode image as base64. 7. Popular; Frontend; Backend; Fullstack; Docs, Blogs & Slides; Creative; Mobile & VR; Angular Image Resize. Angular Print Pdf. Close Preview. I have an api that returns a byte[], i want to display it as an image in my front application, so i used data url to display the image this. 6 views 0 forks. Open Preview in new tab. If you use JsonConvert from a . js, @angular/core, @angular/forms, @angular/common, @angular/router, angularx-qrcode, @angular/compiler, @angular/platform-browser and @angular/platform-browser-dynamic. Clear on So, you want to download the Qr code image into your local device, check this stackblitz. getFileFrom Base64()) ; } getFileFromBase64(): Promise<File> Free up memory by closing other An Angular project based on rxjs, tslib, webpack, zone. angularx-qrcode-download-qrcode-image-lgpth7. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-zdgby3. Service. Angular Image Download Save. 67 views 0 forks. . Clear on Starter project for Angular apps that exports to the Angular CLI. I had a password string, before passing it to API I need to base64 encode. Convert uploaded file to base64 in an angular service. 5; Free up memory by closing other StackBlitz tabs and then refresh the page. Free up memory by closing other StackBlitz tabs and then refresh the page. Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company If both methods are in the same file: If addImage() {} is in the same file, you can simply call it inside the handleFileInput using this. Since in service base64 encoded string will be decoded. angular-image-upload-base64-nnal6c. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-hgpmp4. 1. A angular-cli project based on @angular/animations, @angular/compiler, @angular/core, @angular/common, @angular/platform-browser-dynamic, @angular/forms, @angular/platform-browser, rxjs, tslib, zone. Inside the addImage method, since the addImage method is in the same file as handleFileInput it will also have access to this. src;} Pass your base64 code in the Simply go to this URL: https://stackblitz. Component. const canvas = document. Files. Free up memory by closing other StackBlitz tabs and then refresh Starter project for Angular apps that exports to the Angular CLI. Angular Image Upload Base64 (forked) Sign in Get started. 7. Starter project for Angular apps that exports to the Angular CLI. 1; rxjs 6. 11. addImage(). angular-download-image-example. When i try this base64 string with free online encoder-decoder, there also I cannot see decoded image. result. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-gwyb9m. Stackblitz Starter project for Angular apps that exports to the Angular CLI Helper for going to/from base64. convert-image-url-to-base64-l6h8hn. 27 views 0 forks. Sign in { bootstrapApplication } from '@angular/ platform-browser'; bootstrapApplication(App); Compiling application & starting dev server image-cropper. Starter project for Angular apps that exports to the Angular CLI A angular-cli project based on rxjs, core-js, zone. Info. About Previewing an Image in Angular. base64; } imageLoaded() // show message } Compiling application & starting dev server angular-ngx-image-cropper-example-ca62r4. Improve this answer. getting corrupted file while converting base64 file to image in angularjs can anyone suggest me how to convert base64 file to image in angularjs. Starter project for Angular apps that exports to the Angular CLI convert-image-url-to-base64-5qwxeq. Publish a package. 2. For example, to encode a string, you can call the Angular example showing how to download and encode image as base64. The backend service received these images as Base64BinaryArray converted strings with the content types (The database angular image select and get base 64.
ofuw wfkqdr eexs kwc dvfq lnoxlef vjfly blp klyzk zbjjv
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,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],[0,1],[2,3],[32,33],[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],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}