-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Readme for space-header #756
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Thank you Can you also:
Thanks! |
@coyotte508 should be good! I was not sure about what to add for the gguf parser |
### Deno | ||
|
||
```ts | ||
// esm.sh | ||
import { init } from "https://esm.sh/@huggingface/space-header" | ||
// or npm: | ||
import { init } from "npm:@huggingface/space-header" | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it really make sense in Deno? it's not frontend no?
@@ -0,0 +1,59 @@ | |||
# 🤗 Hugging Face Space Header | |||
|
|||
A Typescript powered wrapper for the Space `mini_header` feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a screenshot of the header for readers to figure out what this is about?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and/or an example URL that uses it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.