JSPM

lnwai-image-thai

2.0.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q20263F
    • License Apache-2.0

    CreartAI is an advanced AI image generation module that seamlessly translates Thai text to English and creates stunning images in various artistic styles. Perfect for developers, artists, and content creators looking to bring their ideas to life with AI-powered creativity.

    Package Exports

    • lnwai-image-thai
    • lnwai-image-thai/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lnwai-image-thai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    🚀 CreartAI Image Generator

    สร้างภาพ AI พร้อมแปลข้อความอัตโนมัติ (ไทย → อังกฤษ)

    npm version

    CreartAI Image Generator เป็นโมดูลที่ช่วยให้คุณสร้างภาพด้วย AI โดยใช้ API ของ CreartAI
    มาพร้อมกับฟีเจอร์แปลข้อความ (ไทย → อังกฤษ) อัตโนมัติก่อนสั่งให้ AI สร้างภาพ


    📌 คุณสมบัติ

    รองรับการแปลภาษาไทยเป็นอังกฤษอัตโนมัติ
    สร้างภาพจากข้อความได้ง่ายๆ
    รองรับสไตล์มากมาย เช่น anime, neonpunk, kawaii และอื่นๆ
    สามารถกำหนดค่าเพิ่มเติม เช่น seed, aspect ratio, และอื่นๆ


    📥 การติดตั้ง

    ใช้คำสั่งต่อไปนี้เพื่อติดตั้งโมดูลในโปรเจคของคุณ:

    npm install creartai-image

    🚀 วิธีใช้งาน

    1️⃣ นำเข้าโมดูล

    const CreartAI = require('creartai-image');
    const ai = new CreartAI();

    2️⃣ สร้างภาพจากข้อความ

    (async () => {
        try {
            let imageBase64 = await ai.generateImage("ชาวนาถือปืนเท่ๆ", "animev2", {
                image_base64: " ",
                nsfw: "false",
                seed: 486
            });
    
            console.log("Generated Image (Base64):", imageBase64);
        } catch (error) {
            console.error("Error:", error);
        }
    })();
    

    📌 คำอธิบายฟังก์ชัน generateImage(prompt, style, options)

    prompt → คำอธิบายภาพ (รองรับภาษาไทย และจะถูกแปลเป็นอังกฤษอัตโนมัติ) style → รูปแบบของภาพ (animev2, anime, kawaii, neon, neonpunk, cartoon) options → พารามิเตอร์เสริม เช่น seed, aspect_ratio, guidance_scale, ฯลฯ 📌 API จะคืนค่าภาพในรูปแบบ Base64 ที่สามารถนำไปใช้งานได้ทันที

    🎨 สไตล์ที่รองรับ

    🎨 สไตล์ 📖 รายละเอียด
    animev2 อนิเมะเวอร์ชันใหม่ เน้นความคมชัดและดีเทลสูง
    anime อนิเมะแบบดั้งเดิม เน้นโทนสีอ่อนและลายเส้นสวยงาม
    kawaii สไตล์น่ารักแบบญี่ปุ่น ตัวละครดูนุ่มนิ่มและเป็นกันเอง
    neon ใช้สีสดใสสไตล์นีออน ให้ความรู้สึกล้ำยุค
    neonpunk ผสมผสานระหว่างนีออนและ Cyberpunk ดูดาร์กและไฮเทค
    cartoon สไตล์การ์ตูนคลาสสิก สีสันสดใสและดูเป็นกันเอง

    📢 ติดตามผู้พัฒนา

    หากคุณต้องการสนับสนุน หรือติดตามข่าวสารเพิ่มเติม สามารถติดตามได้ที่:

    📘 Facebook: แหก'ก เบียว'ว

    💖 อย่าลืมกดติดตามและแชร์ให้เพื่อนๆ ด้วยนะครับ!