Giter Club home page Giter Club logo

Comments (3)

drudge avatar drudge commented on July 22, 2024 3

On macOS, I use the base64 command in Terminal like this:

> base64 path/to/file.png | pbcopy

The base64 encoded file contents will be copied to your clipboard ready to be pasted in to your .star script.

from pixlet.

betterengineering avatar betterengineering commented on July 22, 2024 2

Hi @Eastonco,

Thanks for the issue! I'm not in love with the idea that we base64 encode blobs and stick them into starlark. That is the current pattern that most folks (including us internally) follow but I wouldn't call it the blessed approach. Ideally we'd have some way to load in an asset directory and be able to reference those files. I'm hesitant to document it simply because it would encourage a pattern that needs to be resolved. I'm going to close this for now, @drudge and @rohansingh have some good examples to get you started. Feel free to comment below with any issues you experience and I'll be more then happy to help you out.

from pixlet.

rohansingh avatar rohansingh commented on July 22, 2024 1

@drudge That's exactly how I do it as well. Though I also use fold to make the output a bit more manageable:

base64 some-file.png | fold | pbcopy

That adds a new linebreak every 80 characters.

from pixlet.

Related Issues (20)

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.