Base64 to image angular. ts file , but its look so much big.
Base64 to image angular. how to convert base64 to image? please help me out anyone.
Base64 to image angular 27. 2 Instruct Angular CLI/Webpack to NOT inline images less than 10Kb in size. getBase64(this. Download Project. Then I needed to sanitize this. angular2 display base64 image. If you’re calling drawImage just after you’ve set the src of the image you probably will run into problems and depending on your situation you will most likely want to use onload to make sure that the image is actually loaded before you attempt to render it to the canvas. About; Convert base64 to image file in AngularJS. Starter project for Angular apps that exports to 2- Recieve that base64 string of the image in Angular 2+ & build the following string property in your typescript file then safely use it in your html directly without using the sanitizer service // so for example you will get the image for example in this dataService. Read Image From Url And Convert It In Base 64. But since I've the base 64 of the image I don't know how to upload it to the server. read(imageData); imageDataString = Base64. How to convert PDF to Image so I can view? Below is the code and screenshots. BASE64 to image angular 2. Hey guys I am using NGX Dropzone and I notice when I drag an image into the viewer it is in base64, but when I try to read the console. append("image_data", image); Then on your server side you can store that directly in a database or convert it to an image and store it Once the upload is complete, the tool will convert the image to Base64 encoded binary data. 7. Is there any way or any npm package that can do this? Assume that we are using angular-cli in an Angular 8 application. 16. Set xlink:href in svg with angularjs to base64-encoded image. images. But this picture is só big and my angular aplication/web service is not supporting it. My conversion logic looks like this FileInputStream imageInFile = new FileInputStream(imageFile); byte imageData[] = new byte[(int) imageFile. StackBlitz. If you want to bypass this security warning, you need to first sanitize the URL to make it safe to display it in the UI. For example, to encode a string, you can call the Aug 1, 2019 · 在写微信支付二维码的时候,返回的是 base64 格式的图片。 使用原生的标签<img> 代替 <image> 标签即可. When we tried convert image to base64. Convert image to base64 with the angular library. 5. 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. Angular 8 - Parsing base64 to File. addedFiles); I have no information being passed to m If you have your base64 images code you can push images using base. Prompt, I am making a web application with backend in spring boot and mysql. console. Is there any ways to do it using Angular 7? I tried to search for libraries but no results. createObjectURL). log(event. Send base64 image chooses from gallery to server in Ionic3. You’re quite correct. Related. result. I want to get the Base64 data of the images. The base64 strings are user input, they will be copy and pasted from an email, so they're not there when the page is loaded. Converting Image to base64 string in Typescript. From where should I get the Base64 string? You can convert into base64 on both angular and nodejs. svg. Image not showing, although data coming successful back from http request (Ionic) 1. Info. Current implementation in 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 how to convert input field value to base64 encode or decode in angular js if any body know plz answered I Want to convert input field value to base64. But when I use image picker plugin I am getting image url. encodeBase64URLSafeString(imageData); If conversion logic is I'm trying to download a file that is base64 using angular-file-saver. How can I get this image data (not URL) as a base64 string in Angular 7? I didn't find any solution for my problem. but when I post this object to asp. Now, whatever I do, I always get I have a base64 string. width = image. For converting image to base64 you can I tried to convert a JPEG's base64 string to a blob on a Cordova/hybrid app running on iOS 8 using the following function b64toBlob. Converting an Image url to base64 in Angular. Net API to return an object in which one of the fields is the image byte[] it will convert it to a base64 string. files[0]; const reader = new FileReader(); reader. Commented Jan 30, Uploading base64 image from Angular to server. 4. The JSON object used in this example simulates the sort of payload a REST API might provide. convert svg to svg base64 and embed it in HTML document. Convert uploaded file to base64 in an angular service. And, of course, you will have a special link to download the image to your device. In the class AppComponent (app. Depends on the requirement. data. The base64 string is then appended to the data URL and since, by default Angular sanitizes the values when binding URLs to be safe, call bypassSecurityTrustUrl() method available on the I would like to convert a base64 encoded SVG image into an Angular template with the extension . I have tried utilizing the following directive based on research that states images need to be base64 en A working approach to base64 encoding of images is to use Canvas and toDataURL() method, but you need to load your image data from server to an Image istance (via src property). Hot Network Questions Why does my calculation show extremely high heat generation in 0. Often images are stored in Base64 encoding on databases, and a REST service is used to access the DB to return data to the web application. Now I trying to upload t As you want to display the image and not use the base64 data, then use DataUrl resultType. length()]; imageInFile. bypassSecurityTrustResourceUrl(this. I am trying to upload images to server, then embed the url to the htmlstring and persist the htmlstring to database. Modified 4 years, 7 months ago. Viewed 33k times 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 Below code creates the image in the bottom of the same page. Angular 2 encode image to base64. net web api it shows empty string there 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. I'm getting blob PDF from API. Pleas I use the http client from Angular to load a base64 string from the backend. I am using the capacitor plugin to share the image: import { BASE64 to image angular 2. Ngx-image-cropper is emitting a loadImageFailed() emitter if the file I am new to Angular. In addition, you will receive some basic information about this image (resolution, MIME type, extension, size). com) if it is not valid, why?In general i think using base64 for images is a bad idea and the best way would be to provide an api endpoint where the browser can download that image as binary so that you can Wow! Blast from the past :). convert file to base64 in angular. Unless this poses security risks but then again, there are better solutions than storing a in my angular 10 project I have used ngx-image-cropper to crop image. Then we can convert it into blob (base64 to blob) and create File using that blob. How can i put respective icon in their own col we have used aws s3 for image storing. For your code sample it should be. b64toBlob = function(b64, onsuccess, onerror) { var img = new answer converting an image to base64 in angular; related base64 to image angular; related how to use base64 image in angular; related base64 to image angular; related convert base64 formatted data to image using AngularJs; related base64 to image angular; related base64 to image angular I am going to print an Image (embeded as a property into an object), which retrieved from a WebApi. How to convert local image file to base64 in Angular? 7. jpg'; const imageBlob = dataURItoBlob(base64); const imageFile = new Nov 17, 2024 · This guide will walk you through the steps to display images from an API in Angular, with practical examples and solutions for common issues. This function takes binary data as input and returns a Base64-encoded string. But I am facing an issue. Converting an image to base64 in angular 2. transformer() { return this. logo by making use of the following method:. file);, it would have the same result since your method does I am getting image as base64 blob from a service and I am binding into view. Camera. 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 Question - ngx-image-cropper doesn't accept Heic image files as it's '[imageChangedEvent]' input so how would I convert an Heic image file to a Jpeg or Png in Angular/typescript?. Hi I am using NgimgCrop and i successfully got the base64 image Now I want to send it using multipart form data in http post request. but this post is getting the image from a form how can i adapt it? Solution. Jul 14, 2022 · Parameterize Pipe to transform the base64array string to a base64 image. I tried the code below, but Angular respon I want to read pdf file and convert it to jpg and then display it as an image in the browser. How can I sanitize the url into a trusted url. Angular/Ionic App --> Rest call --> Rest API Angular/Ionic App <--- image (base64 string) --- Rest API Scenario: I am using this image (encoded as base64 string) in multiple pages in the application and I don't want to make a rest call multiple times. angular image select and get base 64. Vouchers can be attached as images or pdf, only when viewing them they see it from the backend however when viewing this voucher in pdf it is blank. log I'm new to angular. Image to Base64 Converter project authored by Osman Fikret Ceylan to help open-source community. Is this possible in any way in Angular 6? I have tried ng2-pdf-viewer and ng2-image-viewer. The 2nd answer from the link should work. I am using this method to convert base64 file to image. readAsDataUR(file) you can extract the byte part with e. encode-decode base64 string AngularJS1 TypeScript? 1. My task is to convert an image in base64 string and to store that string in an API json. http. Angular ngx-img-cropper: How do I get the filename of the uploaded image? 1. Where there is a requirement to send the base64 Image as one of the model member to the web api. 56. Let's do it. html -> < div Angular 6 - Unable to Convert Base64 to PDF. file); with this. You can copy the encoded data by clicking in the output text areas. Settings. ts) the base64 content is decoded and converted to blob and that to a DOMString URL (via URL. To do so i had to change my API as this: [HttpGet("{idProducts}")] public FileContentResult GetImages(int idProducts, string idShopsGroup, ImagesTypes types, bool isThumbnail = false) { string How can I rotate a base64 image in AngularJS. I've been trying to capture an image and upload it to the server for days but no luck. I found the solution: dataURItoBlob(dataURI) { // convert base64/URLEncoded data component to raw binary data held in a string I have an image element that displays an image from URL. How to display that image into a new tab/window instead of displaying in the same page? success: function (data) { var im I've generated a base64 data of an image and fed it into the src attribute of the <img/> tag so now the image appears. I am using Angular 4. please check below my code and let me what i am wrong here? Although, for storage converting the base64 image to a normal image and serving them from your backend would be a better solution than storing the base64 images. Please guide. I have converted the image in a string format properly but I don't know how to store that string in my backend. Commented Dec 27, 2019 at 11:55. To render image you can set the src property of the "img" tag. I have tried with sanitizer but no luck. asked Jul 5, 2020 at 11:46. I can 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 you use JsonConvert from a . Image); Step 5 : Assign values to entity variable, for Image field assign imageInBytes. I can do this without angular-file-saver with just this html mark-up: download base64 image in angular 5. 19. AngularJS - I would like to convert an image to base 64 format, given its URL. Getting The problem is that data:image/png;base64, is included in the encoded contents. icon;base64,AAABAAIAICAAA. The following example shows how to display base64 encoded images using ASP. NET Core and Angular 2: PhotoController (server-side) [HttpGet] public async Task<IEnumerable<PhotoResource>> GetPhotos(int entityId) { // get photo information // in my case only path to some server location is stored, so photos must be read from disk and Starter project for Angular apps that exports to the Angular CLI. Sandeep Behera Sandeep Behera. (they're quite large). getPhoto({ quality: 100, source: CameraSource. However, when trying to convert the image blob to base64, the base64 is showing up as null and I am not sure why. code working fine javascript but code is not angular javascript code: function getBase64Image(imgUrl, callback) { v angular image select and get base 64. Starter project for Angular apps that exports to the Angular CLI I have inserted a Base64 image to a database using this Java code: FileInputStream mFileInputStream = new FileInputStream("C:\\basicsworkspace\\base64upload\\src\\main\\resources\\basic. 3. getting corrupted file while converting base64 file to image in angularjs can anyone suggest me how to convert base64 file to image in angularjs. handleUpload(event) { const file = event. Skip to main content. Convert image to base64 in Angular 2. ts) I created, which basically fetches and returns the base64 encoded PDF content from GitHub Gist that I just created. Logo); } In my angular application, I used the below code for convert any file to Base64 string. Display images of different formats from base64 from backend api someone knows how to pass a BASE64 to a URL, I have an application (Ionic) that generates a BASE64 and to share that image I need the URL. It works inside the same component because you do not use the return statement, you directly set the new value in its variable (you can replace this. Angular Image Upload Base64. Hot Network Questions What do icons mean on top right of a directory in Nautilus? 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 have an angular 6 application and in some part of html codes, I`m showing images in Base64 format. Follow edited Jul 5, 2020 at 13:51. 2. 1 I have a div and I need to make an image of this div and send to a server. Search. This was created in I got response data from API as a buffer data, I want to convert to base64 image. so that I am able to send or upload on server . All workarounds are using nati We can return base64 of the cropped image. Populate data in an Observable based on data in the Observable itself. Hot Network Questions Number Theory Proof by induction question QGIS startup script fails to set the project CRS How to swim while carrying fins (i. 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 How to convert local image file to base64 in Angular? 1. Convert svg into base64. I creating a form in angular where the user can take a photo from the webcam, where I using ng-webcam and after I take the picture, is save it on a scope as a base64 image. Is there a proper way to make ng build to convert all the images (which are mentioned in css, eg. I'm using Ionic 4 for my client side, and Java as my backend (I used Jersey to expose my backend to REST). get In other words when I using camera I am getting base64 string as shown above. I gets rows from server and binded to UI and icon i get in base64 format, i need to put it in below format. Below is my approach in order to achieve that: getBase64Image(img) { var canvas = document. bypassSecurityTrustResourceUrl but its not working. ionic with angularjs image url not parsed. split('base64,')[1] Angular 7 - Display Images from byte in Database. If you have flexibility to convert on either side, I will suggest you to go with nodejs. For doing that I created a pipe for returning Base64 version of data that I send to the pipe. the PDF contains some pages, and I want to convert every page to image. This is Base64 Image and it is in my App. Convert base64 string to image in angular 4. Hot Network Questions Reduce white space between title and I'm trying to render an image which I have converted to base64 data:image/vnd. e. I introduced an Angular Pipe to In Angular, you can perform Base64 encoding using the btoa() function, which stands for “binary to ASCII”. SiddAjmera. it loads the image into the ngModel and sets the element validity as well. 例如: <img src="https://img Aug 30, 2019 · getBase64(img_url: any) { function toBase64(image) { let canvas = document. Is there a Angular component or directive for the that would bind the base64 to the said 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 am using FileReader to read upload files as base64 string and store them in a string property of an array of items in an object in angular 11. /file-uploader. FYI - I'm loading images into ngx-image-cropper and it looks like it doesn't except Heic image files. valueOf(); const imageName = date + '. svg, for example my-template. . i have a problem to convert an image to base64 with the library base64 of angularjs. How can i acheive that. 1. About; Also, the base64 string, is it image (jpg, png) or pdf file? – Plochie. Aug 27, 2018 · Then to create images for using locally or showing methods. 0. Convert Base64 to image online using a free decoding tool which allows you to decode Base64 as image and preview it directly in the browser. sanitizer. I want to show base64 image in html and i have used pipe for showing base64 image,also pipe is working correctly but image showing object-object in console,i have already used this. uploadedFile = this. I'm making this app where users can have a profile picture (but only one picture each). ts this. Improve this question. Ask Question Asked 4 years, 6 In an Angular Component, I have a File like this and its an image: public file : File; How to show the image on HTML template, something like this: <img [src]="file"> Uploading base64 image from Angular to server. I get the base64 encoded svg through an API call in the following form: answer convert base64 formatted data to image using AngularJs; related base64 to image angular; related converting an image to base64 in angular; related base64 to image angular; related base64 to image angular; related base64 to image angular Your image data is nothing more than a string, so append it to your FormData object like this: data. cardBackgroundService. Step 4 : Convert the base64 string in Image to bytes ; byte[] imageInBytes = Convert. So how can I put this in one file and from that file, I need to call this to App. Angular2 display base64 image ERR_INVALID_URL. 3 angular2 show base 64 image. Latest requirements state that I should send it as a multipart/form-data. I converted an jpg image file to base64 in webservice. If you get unexpected token with your json, you should check if your json is valid (you can do that here: jsonlint. createElement('canvas'); canvas. the result I'm hoping is I get the list of image. Ask Question Asked 6 years, 3 months ago. So far, I could load the image and show it perfectly on my page like the following: Can anyone help to get the lazily loaded images with base64 string in Angular application? javascript; angular; lazy-loading; Share. 27 Angular 2 encode image to base64. But now next task is to upload the image file from the <img/> tag to the server. This will result in invalid image data when the base64 function decodes it. Convert SVG dataUrl to base64. So whenever itemTitle prints graph 1 and graph 2 i want only their itemvalue data which is base64 data to convert into image. Why Fetch Images 3 days ago · Basically, the project is to convert images to Base64 (DataURI) code output to use it in templates or CSS files directly. 0K views 270 forks. height = import {FileUploaderComponent} from '. I have tried to search an answer for this all over. createBlobImageFileAndShow it will create the image blob from the base64 URL which will be used in working with the image locally or displaying. A very light weight (500~ Bytes minified) angular directive that helps you get any image's base64 data. If you try on Convert image to base64 in Angular 2. Then you don't need anything special when calling the api or displaying the image. The return value of my API was a text/plain as data:image/png;base64,iVBORw0 it wasn't working i src so instead i've changed my API to return image/jpg. The logic is simple. can I get base64 string . Code Modal child TS I need to show icon in ngx datatable row. For example: I have an array like this (fake base64 images just for example) I'm managing deposits, where I have a button that visualizes receipts. Share. Switch to Light Theme. Sign in Get started. Fork. idevN. As soon as the string is received, the image should be displayed in the view. Enter Zen Mode. , when the fins aren't positioned on my feet)? Changes to make to I use angular12, ngx-quill-upload with quill editor to upload user posts. ngOnInit() { this. It watches the element changes and if a file gets uploaded it Aug 2, 2019 · convertBase64toFile(base64) { const date = new Date(). 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'm trying to convert base64 to normal image URL using Angular 4. After completion of this process I am printing this object which shows that all the files are converted into base64 strings and placed in object successfully. how to convert image url to base64 string ? I'm attempting to convert a Base64 string to PDF and download it in the browser, and the generated PDF is not readable: app. component. But I want to convert this base64 value to file and show t No luck with adding charset. Step 6 : Insert to db; Or if you can convert image to binary in Angular then you can skip step 4 and 5. 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. I would Since you can convert the image to base64 string using reader. Remove that data in the function before decoding the string, like so. Hot Network Questions How can I secure a magnetic door catch with a stripped screw? This is a warning given by Angular because your application can be exposed to XSS attacks. But neither of them did conversion of pdf to image for me. It seems pretty straightforward, but my lack of knowledge of Javascript (Been coding in Java all along) combined with Image stream conversion on I'm trying to make image preview after file select in AngularJS Its HTML I'm using for selecting file and displaying it with ng repeat < input todata function in console logging base64 converted image but in HTML its displaying nothing . FromBase64String(employyeView. png&qu I am trying to build a ui where if a button is pressed, a get request is made and an image is displayed. 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. images = []; this. Angular - Display byte array I have a base 64 encoded string, I want to display it on my angular template file. see my function : var img = new Image(); BASE64 to image angular 2. microsoft. 5 inch nichrome wire from 6 V DC but nothing in the actual . ts fileCan you help me in this Thanks in advance I am able to upload an image file to SharePoint, but it is not being recognized as an image. I get to put There is a service called PdfService (see pdf. Plugins. ts file , but its look so much big. Sandeep Behera. if your web-api only accept json then you not able to send image file as form data or image as json for this you have few options like user web-api with json or formdata type or you can first convert image into base64 and then send by json once you get base64 string sever side decode back to image from base64 then i will work – Wouldn't it be easier to send base64 and use Image manipulation functions at server end to create image file and save? – geekman. – nipun-kavishka. 3 How to process base64 image in webpack? 5 angular2 display base64 image. 18. Getting image from assets and converting it to base64. ; In Angular, you can perform Base64 encoding using the btoa() function, which stands for “binary to ASCII”. If you’ll be using the Base64 encoded data as an image source, then you need to copy the output from the Base64 image source text area. No First I needed to import : import { DomSanitizer } from "@angular/platform-browser"; Next I prepended "data:image;base64," to the base64 string that I received from the Camera plugin. I got everything set up, but when the pictures are 2mb+, it takes some time to load and actually I just need You are using an asynchronous method, and try to return a synchronous data. I am working in Angular 6 as frontend and NodeJS as backend. target. Project. 8. var imageBase64 = "image base64 data"; var blob = new Blob([imageBase64], {type: 'image/png'}); From this blob, you can generate file object. push({ source: 'data:image How do I display a base64 image in Angular 7? 0. What have I to do? And how? I'm trying to convert this 5 MB image to a image with 500 KB but I didn't get it. Can anyone help my please? Here I am trying to send multiple image or pdf in base 64 format using the ng2-file uploader the code is in angular 7: public uploader: FileUploader = new FileUploader({ url: URL, I need to convert a base64 encoding string into an ArrayBuffer. My file upload code look something look like this scope. createElement("canvas"); canvas. Is there a way for an interceptor to convert a base64 image to multipart/form-data? I have an external component that converts uploads to base64 and the sends it to a local API. About; How to convert buffer data to base64 image in angular. How to display image for preview? Edit. The goal is, to be able to get a Base64 image from a JSON object and display the image. getImage(event. Now I want to bring that model and put its data on a mat-card. For example, to encode a string, you can call the Starter project for Angular apps that exports to the Angular CLI Starter project for Angular apps that exports to the Angular CLI We can return base64 of the cropped image. service. I have a model with a Lob attribute that stores an image in base64 format (coming from the frontend). width; canvas. You can use this to get base64 image. how to convert base64 to image? please help me out anyone. Stack Overflow. After crop the image ngx-image-cropper gives us base64 string value.
odukkro cclotqmb spcbp siobto ykppbl ewiocbpo xpfggx tmuzmx dmgyfvl gxuihc
{"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"}