Giter Club home page Giter Club logo

Comments (4)

GaiusCoffey avatar GaiusCoffey commented on August 18, 2024

PS: Now that I have it working, it looks like it needs to also include:
.from(buffer:ArrayBuffer,mimeType:String) where mimeType is the image format.

from fitbit-sdk-scaffolding.

GaiusCoffey avatar GaiusCoffey commented on August 18, 2024

Got it:
Hexxeh posted https://discord.com/channels/355793206182412290/360916874902372352/930458283947458560
export const Image: {
/**
* Create a promise that a new image will be created from a Data URI
* @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
* @param uri The URI containing the data representing the image
*/
from(uri: string): Promise

    /**
     * Create a promise that a new image will be created from an array buffer and a mime type
     * @param data The data from which to create the image.
     * @param mimeType The MIME type of the data.
     */
    from(data: ArrayBuffer, mimeType: SourceMimeType): Promise<Image>
}

from fitbit-sdk-scaffolding.

SergioMorchon avatar SergioMorchon commented on August 18, 2024

I think you're talking about https://github.com/SergioMorchon/fitbit-sdk-types
I'll review this!

from fitbit-sdk-scaffolding.

SergioMorchon avatar SergioMorchon commented on August 18, 2024

Indeed, it's fixed here: SergioMorchon/fitbit-sdk-types#178

from fitbit-sdk-scaffolding.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.