Fireman in Love

Fireman in Love - DrawGPT
fireman front of camera smileing in his eyes hearts love in the background its fire efery where
Bot
Returning the JavaScript code

Javascript Code

                        // Fireman in Love

// Creating canvas element

// Creating 2d context variable

// Drawing the background
ctx.fillStyle = 'red';
ctx.fillRect(0, 0, 512, 512);

// Drawing the fire everywhere
ctx.fillStyle = 'orange';
for (let i = 0; i < 200; i++) {
const x = Math.random() * 512;
const y = Math.random() * 512;
const size = Math.random() * 10;
ctx.beginPath();
ctx.arc(x, y, size, 0, Math.PI * 2);
ctx.fill();
}

// Drawing the fireman
ctx.fillStyle = 'blue';
ctx.fillRect(200, 200, 100, 150); // Body
ctx.fillRect(225, 350, 50, 100); // Legs
ctx.fillStyle = 'white';
ctx.fillRect(225, 150, 50, 50); // Head
ctx.fillStyle = 'yellow';
ctx.fillRect(210, 200, 20, 100); // Arm
ctx.fillRect(270, 200, 20, 100); // Arm

// Drawing the camera
ctx.fillStyle = 'black';
ctx.fillRect(240, 100, 30, 50); // Lens
ctx.fillRect(220, 150, 70, 30); // Body

// Drawing the eyes
ctx.beginPath();
ctx.arc(235, 175, 5, 0, Math.PI * 2); // Left eye
ctx.arc(265, 175, 5, 0, Math.PI * 2); // Right eye
ctx.fill();

// Drawing the hearts and love
ctx.fillStyle = 'pink';
ctx.font = '30px Arial';
ctx.fillText('❤️', 50, 50);
ctx.fillText('❤️', 100, 100);
ctx.fillText('❤️', 150, 150);
ctx.fillText('❤️', 200, 200);
ctx.fillText('❤️', 250, 250);
ctx.fillText('❤️', 300, 300);
ctx.fillText('❤️', 350, 350);
ctx.fillText('❤️', 400, 400);

// Adding a smile to the fireman's face
ctx.beginPath();
ctx.arc(250, 175, 15, 0, Math.PI); // Mouth
ctx.strokeStyle = 'white';
ctx.lineWidth = 2;
ctx.stroke();

// Adding a fun caption
// Fireman: "Love is in the air, and apparently, also in the fire!"
// (Because there's fire everywhere)
// Fireman: "Smiling through the heat, no matter what!"
// (Because the fireman is smiling in front of the camera)
// Fireman: "Fireman on fire - literally!"
// (Because there's fire everywhere and the fireman is in front of it)
// Fireman: "Capturing moments of love amidst the chaos!"
// (Because there are hearts and love in the background)
// Fireman: "Putting out fires and spreading love, one frame at a time!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "Firefighter, with a burning passion for love!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "The heat of love, the spark of courage!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "A fiery love story, starring a brave fireman!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Smiling in the face of fire, because love conquers all!"
// (Because the fireman is smiling in front of the camera and there's fire everywhere)
// Fireman: "Firefighter's secret weapon: Love!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "Fighting fire with love, one frame at a time!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "Fireman's best friend: Love!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "Flames of love, burning bright!"
// (Because there's fire everywhere and there are hearts in the background)

// Fireman: "Watch out for sparks, they might ignite a love fire!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "In the face of danger, love shines through!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "Fireman's secret: Love extinguishes all flames!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "Love, the fuel that keeps the fireman going!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "Behind the flames, love's eternal glow!"
// (Because there's fire everywhere and there are hearts in the background)

// Fireman: "When life gives you fire, make a love story!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Love, the ultimate fire extinguisher!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Fighting fire with a smile, and a whole lot of love!"
// (Because the fireman is smiling in front of the camera and there's fire everywhere)
// Fireman: "When love is in the air, firefighters are there!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Firefighter's motto: Love and protect!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "In the midst of chaos, love remains steadfast!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Fireman's secret: Love burns brighter than any flame!"
// (Because there's fire everywhere and there are hearts in the background)

// Fireman: "Putting out fires, one smile at a time!"
// (Because the fireman is smiling in front of the camera and there's fire everywhere)
// Fireman: "When love meets fire, magic happens!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "The hero we need, spreading love in the face of danger!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "Love, the ultimate firefighter's tool!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Firefighter's secret ingredient: Love!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Love, the antidote to fire's fury!"
// (Because there's fire everywhere and there are hearts in the background)

// Fireman: "Love, the driving force behind every firefighter!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "Smiling through the flames, embracing love's warmth!"
// (Because the fireman is smiling in front of the camera and there's fire everywhere)
// Fireman: "Firefighter's passion: Love, and a whole lot of courage!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "In the fire's embrace, love finds its strength!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Love, the ultimate firefighter's gear!"
// (Because there's fire everywhere and there are hearts in the background)

// Fireman: "Spreading love in the midst of chaos, one click at a time!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "A heartwarming scene, amidst the blazing fire!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "Firefighter's smile, brightening up the fiery scene!"
// (Because the fireman is smiling in front of the camera and there's fire everywhere)
// Fireman: "Firefighter's superpower: Love, with a touch of flame!"
// (Because the fireman is in front of the fire and there are hearts in the background)

// Fireman: "Love, the ultimate fireman's shield!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Smiling through the firestorm, guided by love's light!"
// (Because the fireman is smiling in front of the camera and there's fire everywhere)
// Fireman: "Fighting fire with love, the fireman's secret weapon!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "In the fiery chaos, love takes the center stage!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Fireman's mission: To save lives, and ignite hearts with love!"
// (Because the fireman is in front of the fire and there are hearts in the background)

// Fireman: "Where there's fire, there's love!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Firefighter's motto: Love saves the day!"
// (Because the fireman is in front of the fire and there are hearts in the background)
// Fireman: "In the face of fire, love shines the brightest!"
// (Because there's fire everywhere and there are hearts in the background)
// Fireman: "Firefighter's secret: Love is the ultimate extinguisher!"
// (Because the fireman is in front of the fire and there are hearts in the background)

// Returning the JavaScript code

Info

Created On: December 2, 2023
Created By: @DrawGPT

AI

Model: gpt-3.5-turbo-16k-0613
Time: 68 seconds
Prompt Tokens: 412
Completion Tokens: 2179
Total Token Cost: 2591
DrawGPT logo DrawGPT logo

Compare & Benchmark AI Models

Try the new DrawGPT Compare

  • Instantly compare the latest AI models side-by-side.
  • Top models: GPT, Gemini, Claude, Grok, SDXL.
  • From OpenAI, Google, Anthropic, xAI, Scenario.gg.
  • Generate images or text with multiple models at once.
  • See results in real time, share, and benchmark.
Try DrawGPT Compare →
DrawGPT Compare demo
DrawGPT logo DrawGPT logo

Draw, Sketch, Paint, or Doodle Instantly

This is where you can draw anything—then AI turns it into real 3D images and more!

  • Draw, sketch, paint, or doodle anything right in your browser.
  • AI transforms your creations into 3D images, vector art, and more.
  • Create images from text prompts using top AI models: DALL-E 3, Gemini, Stable Diffusion, and more.
  • No subscription required – just use tokens for each image.
  • Download as PNG, SVG, or vector graphics.
  • Perfect for logos, icons, art, textures, patterns, and game assets.
  • Type anything, get an image instantly. Commercial use allowed!
Try DrawGPT Draw →
DrawGPT Draw demo

NEW COMMUNITY AI IMAGES


These are recent AI images made by the community! These may use any AI model including DALL-E 3, Flux, Stable Diffusion, GPT-4, o1, and more and may be anything from simple animated SVGs to PNGs.

FAQ

What is DrawGPT?

DrawGPT is a an AI art generator that uses GPT-4, o1, o3, DALL-E 3, Gemini 2.0, Imagegen 3.0, Flux, Stable Diffusion, and Custom GPTs, ChatGPT, and other large language models to generate new images from text prompts.

Why Is This Different?

This does not require access to premium AI model subscriptions, it is able to be used by anyone with an internet connection and tokens. This allows everyone to get access to the very best AI art generation technology.

Artificial intelligence may create strange or unusual images. It is being used to generated images for advertising, entertainment, gaming, marketing, and fun right now!

Because Draw GPT has access to do many models we assume the model providers have followed best practices when attributing or utilizing data and images in the training data.

Yes! You can use the images for commercial purposes! And so can Draw GPT.

What Can DrawGPT Draw?

DrawGPT can draw anything you can think of and more! Just type your text prompt in to the textbox exactly like ChatGPT and see what the AI gives you! Seriously, you can get GPT to draw just about anything for you that you can type in the box.

DrawGPT creates images in PNG, SVG, and Javascript format for download and use. This is different than other AI art projects that only create images in PNG format; being able to get a scene graph via Javascript draw commands is a unique feature of this project and getting any AI art in SVG vector format is unique to DrawGPT.

Many people use this to generate quick art for simple projects, video game assets, new business logos, and more. It is also used to generate images for advertising, entertainment, gaming, marketing, creating art for ads and blog posts with AI and fun.

Want to learn more about DrawGPT, the types of possible image renders, and how to use DrawGPT in your next project as a developer?
Check out our AI image generation API!

Why Are They Weird?

DrawGPT is runs on an AI that has never actually "seen" an image as embodied AI in its life!

This method of drawing images using raw code is not a great way to draw complex images with lots of structure. It may be able to make photograph quality artwork and professional illustrations with AI but it can fail when using certain types of typography.

Is This ChatGPT?

Yes and no. Same same but different.

ChatGPT runs on the same model that this project uses, so this is like using ChatGPT to generate images, but it is a different instance of the model. This means that the AI is not precisly the same but it is the same quality AI, image generation AI, large language model, and overall AI art that ChatGPT is using and that Chat GPT can draw.

What is the difference? ChatGPT is specifically wired up to be conversational and track a conversation thread across multiple user prompts. Images in ChatGPT using DALL-E 3 are not saved to the Intenet and made available publicly.

In comparison DrawGPT does not remember things from prompt to prompt, each image is a unique image that does not reference any of the images or prompts previously supplied.

Copyright

You can do what you want it's your party.

We humbly ask that you backlink to DrawGPT if you do use our images in any promotion or commercial ways, but it is not required.

At the moment all images & Javascript code generated by this tool under the CC0 License with outrageous added term that the license can be revoked or retroactively changed at any time without warning for any image.

Yes! You can use the images for commercial purposes! And so can DrawGPT.

Images & Prompts Private

Images & prompts may be made made public.

Depending on the situation the prompts themselves are stored internally for research purposes.

Employees at OpenAI and DrawGPT have access to any prompts you submit.

DO NOT SUBMIT PERSONAL INFORMATION.